I have found this relevant issue: https://issues.jenkins-ci.org/browse/JENKINS-9529
However, I found that (rather embarassingly), my problem came down to a user permission issue. (Although I feel like I was experiencing problems even before a recent change to our Jenkins permissions setup). ~kc On Tuesday, April 10, 2012 9:07:37 PM UTC-7, Bryan Campbell wrote: > > I have been trying to setup a basic post-hook commit with Jenkins for > about 2 weeks now. I can't seem to get past this issue. I find this issue > often on forums, blogs, google, and in this user group. Does anyone know > why this is happening or how to fix it? I would really appreciate some > help. Thanks! > > On 4/10/12 9:50 AM, "Bryan Campbell" <[email protected]> wrote: > > > > >I am trying to setup Jenkins to work with my subversion repository. I > >have 4 projects setup as maven projects but are configured with > >subversion. When ran manually they do an svn up on the projects, > >compile, run tests, and then deploy to a maven snapshot repository. > >Right now they are polling SCM every 5 mins. I would like to change this > >to be done through post commit hooks. > > > >I have Jenkins 1.458 installed on Windows OS. The subversion post hook > >commit seems to work just fine. It hits a URL in jenkins with the > >correct UUID via POST. It posts the change as data. I receive no issues > >from the post-commit hook. However it doesn't do anything. When I check > >the Jenkins logs it says: > >SubversionRepositoryStatus doNotifyCommit, WARNING: No subversion jobs > >found > > > >All of our jobs have subversion configured and work properly when ran > >manually. I checked the subversion plugin's xml in Jenkins and it has > >the right SVN credentials. I can't seem to get past this part. > > > >Help would be greatly appreciated. > > > >Thanks a lot! > > > >
