From: [email protected] [mailto:[email protected]] On Behalf Of Maciej Jaros Sent: 14 April 2014 10:46 To: [email protected] Subject: Re: Trigger a job Y after an artifact from job X has been released?
dev123 (2014-04-09 22:06): 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 can monitor the lastRelease permalink using the XTrigger plugins. Regards, /James -- 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.
