Docker: Most plugins are incompatible with docker jenkins:lts

Created on 13 Jan 2019  路  5Comments  路  Source: jenkinsci/docker

Docker commands that you execute

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

Actual result

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.

Expected result

So I expected to get a jenkins version which is compatible to the needed plugings.

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

All 5 comments

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?

Was this page helpful?
0 / 5 - 0 ratings