I have a few maven projects A, B and C on Jenkins. I have configured the 
maven-release-plugin for the projects so I can release them with a single 
click on the release button.

Now I have another project that picks up released artifacts, integrates 
them and runs a QA test. Currently I trigger this QA job manually.

Now I need to trigger this QA job automatically when either A, B or C is 
being released through Jenkins. I don't want to trigger the QA job each 
time a change is pushed to either A,B or C only when they have been 
released. Is that possible - to trigger a job Y if a job X has been 
released?

-- 
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/d/optout.

Reply via email to