Search code examples
jenkinsopenshiftopenshift-originopenshift-3

Openshift/Jenkins I want to change the version of the Jenkins which is in the persistent template in the browse catalog


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


Solution

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