No – by trigger I meant a job step that executed curl. If you have any reported/publishers that effect the build outcome then you would need to write your own publisher that then performed the http post (or seeing as you are already inside Jenkins called the job with the m2release).
/James From: [email protected] [mailto:[email protected]] On Behalf Of Eskay Sent: 23 June 2012 11:13 To: [email protected] Subject: Re: M2 release build and Trigger build I take it that you are referring to using "Trigger/Call builds on other projects". This takes project name as input. I don't see any obvious way to include action to kickoff. Am I missing something? I guess I could use remote trigger instead and put action on the URL. This approach seem to have some downside since it is not as tightly integrated as Trigger/Call builds. On Saturday, June 23, 2012 5:01:29 AM UTC-4, teilo wrote: You can add a trigger on the upstream job to post to the action to kick off a build. However you will need to post the data (developmentURL etc). /James > -----Original Message----- > From: > [email protected]<mailto:[email protected]> > [mailto:jenkinsci-<mailto:jenkinsci-> > [email protected]<mailto:[email protected]>] On Behalf Of Eskay > Sent: 23 June 2012 02:53 > To: Jenkins Users > Subject: M2 release build and Trigger build > > I have a Maven job on Jenkins that has both regular build (build-now) and M2 > release build. Is there a way to trigger M2 release build, as opposed to > regular > build, from a master build job? ________________________________ ************************************************************************************** This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the [email protected] and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary. NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00 **************************************************************************************
