I installed and started jenkins with long term support according to the docs:
docker pull jenkins/jenkins:lts
docker run --rm --name jenkins -p 8080:8080 -p 50000:50000 -v $PWD:/var/jenkins_home jenkins
Jenkins started in Version 2.60.3
But most plugins could not be used because I should upgrade to v2.73.3
The manage interface shows this message:
Pipeline: Shared Groovy Libraries v2.12
You must update Jenkins from v2.60.3 to v2.73.3 or later to run this plugin.
So I expected to get a jenkins version which is compatible to the needed plugings.
Hello, you are using a deprecated image.
Please read https://jenkins.io/blog/2018/12/10/the-official-Docker-image/
Also, searching existing similar issues is generally a good idea, this duplicates #785
Thanks
Your're right. I just seen that I started jenkins instead of jenkins/jenkins.
yes, i am using deprecated image of jenkin. now what the way to update it to 2.73.3 ?
Kinematic is still showing the jenkins deprecated images as a primary recommended 'official' image..you have to load the dockerhub page to notice its deprecated.
I am having the same issue using jenkins/jenkins. Still says its 2.60.3.
docker pull jenkins/jenkins:lts
Any ideas on that?
Most helpful comment
Hello, you are using a deprecated image.
Please read https://jenkins.io/blog/2018/12/10/the-official-Docker-image/
Also, searching existing similar issues is generally a good idea, this duplicates #785
Thanks