-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
hi
does anyone have notes on howto setup the jobs in jenkins in a way that they get run on repo changes in cbs.centos.org/repos/ ? I know we are doing this for a couple of jobs already, but unsure how it was setup .
cheers,
- -- Karanbir Singh, Project Lead, The CentOS Project +44-207-0999389 | http://www.centos.org/ | twitter.com/CentOS GnuPG Key : http://www.karan.org/publickey.asc
On 10/11/2015 12:18 AM, Karanbir Singh wrote:
hi
does anyone have notes on howto setup the jobs in jenkins in a way that they get run on repo changes in cbs.centos.org/repos/ ? I know we are doing this for a couple of jobs already, but unsure how it was setup .
cheers,
You can use the URL Trigger plugin and point it at the URL that is supposed to change:
https://wiki.jenkins-ci.org/display/JENKINS/URLTrigger+Plugin
If you're managing your jobs with Jenkins Job Builder, here's how to set up a job with it:
http://docs.openstack.org/infra/jenkins-job-builder/triggers.html?highlight=...
Best regards, Attila
On 12/10/15 10:24, Attila Darazs wrote:
On 10/11/2015 12:18 AM, Karanbir Singh wrote:
hi
does anyone have notes on howto setup the jobs in jenkins in a way that they get run on repo changes in cbs.centos.org/repos/ ? I know we are doing this for a couple of jobs already, but unsure how it was setup .
cheers,
You can use the URL Trigger plugin and point it at the URL that is supposed to change:
https://wiki.jenkins-ci.org/display/JENKINS/URLTrigger+Plugin
If you're managing your jobs with Jenkins Job Builder, here's how to set up a job with it:
http://docs.openstack.org/infra/jenkins-job-builder/triggers.html?highlight=...
cheers!