Bug 998462 - Jenkins Fails with " /usr/libexec/openshift/cartridges/abstract/info/lib/jenkins_util: No such file or directory"
Summary: Jenkins Fails with " /usr/libexec/openshift/cartridges/abstract/info/lib/jenk...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Jhon Honce
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-19 11:25 UTC by david.stokar
Modified: 2015-05-14 23:26 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-19 16:02:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description david.stokar 2013-08-19 11:25:28 UTC
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:

Comment 1 Jhon Honce 2013-08-19 16:02:00 UTC
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


Note You need to log in before you can comment on or make changes to this bug.