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

I'm using jenkins 1.541 and Subversion plugin 1.54. After a commit I see in my access_log file:"POST /subversion/59afc25a-023e-49db-8281-8e3da18f2001/notifyCommit HTTP/1.0" 200 0 "-" "Wget/1.11.4 Red Hat modified".
Yes there is no revision number, but I think it's not the issue here. I tried out with other jenkins versions where the revision number was visible but the behaviour is still the same. No job get's triggered.
When I remove the authentication from the post commit hook I get the following warning:
hudson.scm.SubversionRepositoryStatus doNotifyCommit
WARNING: No subversion jobs found
So i guess the authentication works with the original post commit hook.
The question is: Why doesn't the job get triggered although everything looks ok?
By the way, the PollSCM is checked!