Has anyone seen a build fail in Jenkins but execute fine by the command 
line?   This failure only occurs for one of our branches that we build.
 
The jenkins job is configured:
 
#!/bin/bash -ex
cd $GIT_TREE
git checkout -q $GERRIT_REFSPEC
cd pkt
emq <target> DBG=yes
 
This build fails in Jenkins for one of my release branches, but other 
release branches build without a problem
 
>From a workspace on the same system where this runs, I can execute the same 
commands manually for the same release branch and the build completes 
successfully.
 
Does anyone have any ideas of what to look at in order to figure out what 
is wrong?  I've done a comparison of the build output and lines are 
consistent until the build fails.  
 
Thanks!
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/01ef6b02-b1e4-4087-8c9e-0c3efc84e2a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to