No.. I set it to once per year. On 4/5/12 8:06 AM, "chris_willia...@dell.com" <chris_willia...@dell.com> wrote:
>Bryan, >Did you happen to remove the "poll SCM" setting on the job after you set >up the post-commit hook ? The job must still have that set, even if it >only polls once per year (for example). > >-Chris > >Chris Williams >Dell | PG Release Engineering > > >-----Original Message----- >From: jenkinsci-users@googlegroups.com >[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bryan Campbell >Sent: Wednesday, April 04, 2012 4:47 PM >To: jenkinsci-users@googlegroups.com >Subject: Post Commit Issue with Jenkins - No subversion jobs found > >Hi all, > >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!