Description of problem: After jenkins pod deployed, cannot find openshift pipeline and openshift sync plugin in jenkins server Version-Release number of selected component (if applicable): brew-pulp.../openshift3/jenkins-2-rhel7 (a23a537d0be3) brew-pulp.../openshift3/jenkins-1-rhel7 (d0386b3a83cd) openshift v3.4.0.19+346a31d kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 How reproducible: Always Steps to Reproduce: 1.Create a project 2.Create a jenkins server $oc new-app https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/jenkins-ephemeral-template.json 3.Check installed plugins in jenkins server, and jenkins pod log Actual results: cannot find openshift pipeline and openshift sync plugin in jenkins server.Due to the dependency plugin pipeline-graph-analysis is not existing in image. pod log: http://pastebin.test.redhat.com/426948 Expected results: openshift pipeline and openshift sync plugin are installed in jenkins server Additional info: Currently included plugins in image: http://pastebin.test.redhat.com/426949
Created attachment 1217289 [details] Jenkins pod log
Created attachment 1217290 [details] Current included plugins in image
We need pipeline-graph-analysis:1.2 packaged to fix this. Assigning to Troy for now, but once it's packaged we'll also have to update the rhel7 dockerfiles to install the package.
Package jenkins-plugin-pipeline-graph-analysis-1.2 built. Also updated fixed jenkins-plugin-pipeline-rest-api so it now depends on it.
dockerfile update: https://github.com/openshift/jenkins/pull/187 this will be verifiable once a new rhel image is built. moving to modified.
Images have been built, and I've verified that all required rpms have been installed, including pipeline-graph-analysis, openshift-sync and openshift-pipeline. They are in the following images that are in pulp as well as registry.ops openshift3/jenkins-1-rhel7:1.651.2-28 openshift3/jenkins-2-rhel7:2.7-13
Test with brew-pulp.../openshift3/jenkins-2-rhel7 ede34972221e brew-pulp.../openshift3/jenkins-1-rhel7 b05627cfafbf openshift v3.4.0.22+5c56720 kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 Actual result: openshift-login 0.6 openshift-pipeline 1.0.28 openshift-sync 0.0.14 pipeline-graph-analysis 1.2