OpenShift CI/CD Operations - Collocated Persistent Jenkins Set Up
Jump to navigation
Jump to search
Internal
Overview
This is the procedure to install a CI/CD pipeline based on Jenkins. The CI/CD pipeline will execute in the project that need CI/CD services: the Jenkins pod will be created in the same project it triggers builds and deployments for.
The pipeline is created based on the OpenShift "jenkins-persistent" template, available in the "openshift" project:
oc get templates -n openshift | grep jenkins
NAME DESCRIPTION PARAMETERS OBJECTS jenkins-persistent Jenkins service, with persistent storage.... 8 (all set) 7