Description of problem: Building with jenkins does not work anymore Version-Release number of selected component (if applicable): replaced jenkins after migration in July How reproducible: Every time I build on jenkins Steps to Reproduce: 1. 2. 3. Actual results: Started by user Jenkins Admin Building remotely on demobldr in workspace /var/lib/openshift/5211fecb5004468607000088/app-root/runtime/repo Checkout:repo / /var/lib/openshift/5211fecb5004468607000088/app-root/runtime/repo - hudson.remoting.Channel@194a15d:demobldr Using strategy: Default Last Built Revision: Revision c92b84daa5d72c64848d5fa14207a8ca93cef9af (origin/beta_integration) Checkout:php / /var/lib/openshift/5211fecb5004468607000088/app-root/runtime/repo/php - hudson.remoting.LocalChannel@1668c22 Cloning the remote Git repository Cloning repository origin Fetching upstream changes from ssh://git/GreeningsJob1/greenings.git Commencing build of Revision c92b84daa5d72c64848d5fa14207a8ca93cef9af (origin/beta_integration) Checking out Revision c92b84daa5d72c64848d5fa14207a8ca93cef9af (origin/beta_integration) [repo] $ /bin/sh -xe /tmp/hudson626758576576186379.sh + source /usr/libexec/openshift/cartridges/abstract/info/lib/jenkins_util /tmp/hudson626758576576186379.sh: line 4: /usr/libexec/openshift/cartridges/abstract/info/lib/jenkins_util: No such file or directory Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE Expected results: Build should succeed Additional info:
I was unable to clone the repository using the ssh github url below. But the path /usr/libexec/openshift/cartridges/abstract/info/lib/jenkins_util leads me to believe that this code was written against the V1 cartridge specification and not the V2 specification released in May. http://openshift.github.io/documentation/oo_cartridge_developers_guide.html