I'm switching Jenkins so it will start jobs based on triggers from CVS
(instead of polling) and it's being somewhat tricky.

I added this line to my CVSROOT/loginfo:

ALL /Jenkins/triggerJenkins.sh "%{s}"

Where triggerJenkins.sh calls curl to trigger the job on Jenkins.  The
problem is that if I commit multiple files at one time :

cvs commit FILE1.txt FILE2.txt

then my trigger gets called once for each file (which is a waste).

Is there a way to have Jenkins get triggered once per commit instead of once
per file?

Thanks,
Chris




--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Triggering-a-Jenkins-job-on-CVS-change-tp4682716.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to