Daniel, I had set logging to ALL globally, and it didn't print anything for SubversionRepositoryStatus when I triggered the post-commit. Weird.
Following your instructions, I can see it is getting triggered. Thanks for helping me rule that out. On Wednesday, February 25, 2015 at 4:18:26 AM UTC-5, Daniel Beck wrote: > > > On 25.02.2015, at 00:39, Mark Lewis <[email protected] <javascript:>> > wrote: > > > The OP set logging to FINE. > > For the wrong logger. Quoting: > > > I looked at the code for SubversionSCMSource.onNotify and setup a > logger at level 'FINE' for that class. Nothing interesting. > > Make sure to create a log recorder for the logger > hudson.scm.SubversionRepositoryStatus only, on level FINE or higher. What > does it report the next time you send the post-commit hook? > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/83ca36e0-23d7-41c2-bb33-2b4a17159f29%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
