hi eveyone,
fresh setup of Ubuntu vm on azure and was able to get Jenkins running without issues.
Jenkins setup: Ubuntu 24.04 LTS
Azure
Version: 2.468
how I start jenkins
sudo docker run -u root --rm -d -p 8080:8080 -p 50000:50000 --name jenkins -v jenkins_home:/var/jenkins_home --restart unless-stopped jenkins/jenkins:2.468
however, tried to add it to ubuntu start up and it’s not working
any tips to make it work ?
I got the update notification and If I try it breaks due to not being able to restart jenkins unless if I rerun
“sudo docker run -u root --rm -d -p 8080:8080 -p 50000:50000 --name jenkins -v jenkins_home:/var/jenkins_home --restart unless-stopped jenkins/jenkins:2.468”
New version of Jenkins (2.469) is available for download (changelog).
thanks fo any update.
Thiago B