Is there any Jenkins plugin that helps with the following:
<XXX*
, is present in SVN folder <GoRoCo>
<GoRoCo>_<XXX>
Jenkins job is called
?Example:
In job "TEST"
, I specify parameters like directory name (A, B , C) and folder name (G1R2) then job "TEST"
should trigger the jobs "G1R2_A"
, "G1R2_B"
and "G1R2_C"
Use Parameterized Trigger Plugin. When specifying jobs to call in the plugin you can use tokens, as in JOB_${PARAM1}_${PARAM2}
.
Take a look at that plugin, i think it does exactly what you are looking for:
https://wiki.jenkins-ci.org/display/JENKINS/Files+Found+Trigger
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With