0

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

Graham Dumpleton
  • 57,726
  • 6
  • 119
  • 134
Mohamed Gabr
  • 430
  • 5
  • 18

1 Answers1

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