|
||||||||
|
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.

Some more history.
environment that didn't work
RHEL 5.5
Tomcat 7.0.26
jenkins version 509/510 with latest AD plugin
I first noticed the issue because or post commit hook stopped working and while debugging that realized that the call was sometimes getting a 500 error. It was pretty random, would work 3-4 times then would not work 3-4 times. I put a loop in the hook to try ten times checking to make sure wget has a 0 exit. Although not ideal, it got my working.
However this wasn't a good solution (obviously) so I thought to try out straight ldap and it worked as expected.