|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

A few ideas:
Are you absolutely sure that you are using the same credentials when you test it (the service account you use for Jenkins), as you do when you run in a Jenkins job?
Try to run the command …set in your script it in both test and jenkins. It will list alle environmenr variables. What differs?
You could also try to redirect ERROUT into STDOUT using 2>&1 so you are sure you capture all the innformation you need.