On 07/11/2012 09:38 AM, CB wrote:
Jenkins spits out, "Build step 'Execute shell' marked build as
failure". But no indication of why that is.
Perhaps the last command in the script returned a nonzero exit code without
printing any further diagnostics. Check it:
your-command your args || (echo
I have a build that fails for no apparent reason. There appear to be no
errors in the raw console output.
If I log into the target machine, su the jenkins account, cd into the
workspace directory and run the build manually, it runs to completion.
What I do see in the log is that the build