Re: Optional build step that can be run on-demand from the build output page

2013-03-13 Thread Wade Carpenter
Thanks both, I'll check in to these plugins and see which one makes the most sense. On Wed, Mar 13, 2013 at 7:01 AM, Eric Pyle wrote: > One option would be the Batch Task Plugin. You could also look at the Build > Pipeline Plugin, which allows manual triggering of a downstream job. > > Eric > > >

Re: Optional build step that can be run on-demand from the build output page

2013-03-13 Thread Eric Pyle
One option would be the Batch Task Plugin . You could also look at the Build Pipeline Plugin , which allows manual triggering of a downstream job. Eric On 3/12/20

Re: Optional build step that can be run on-demand from the build output page

2013-03-13 Thread blaz
You could use promoted builds plugin (https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin). -- 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 jenk

Optional build step that can be run on-demand from the build output page

2013-03-12 Thread Wade C
Perhaps I'm going about this the wrong way, but we have a gerrit monitor build job that, as the last step, creates an image for deployment. The thing is, on this job, we're mostly using it for build testing, and the deployment step will not fail if the build has succeeded up to that point. Th