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
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. :^)