Actually the version which is settled in the Openshift browse catalog (openshift/jenkins-2-centos7) is the Jenkins LTS version 2.138.2 I need to change it to 2.147 version
Asked
Active
Viewed 460 times
1 Answers
2
You can build new jenkins
image using jenkins-2-centos7 - Dockerfile after changing the version to 2.147
on your OpenShift
cluster node.
And then import the new jenkins
docker image into your OpenShift
cluster.
Refer Creating an Image Stream by Manually Pushing an Image
for more details about pushing docker
image to OCP
.
I hope it help you. :^)

Daein Park
- 4,393
- 2
- 12
- 21
-
I will try and then give you my feedback – Mohamed Gabr Oct 24 '18 at 12:10
-
Thanks Perfect Idea – Mohamed Gabr Oct 24 '18 at 15:34