Wade C
unread,Mar 12, 2013, 4:10:19 PM3/12/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
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. The image generation step is quite time-consuming, so we'd like to avoid it in general. We usually run a separate job to generate QA images for deployment.
In the rare case, though, QA will want to have the image to deploy. Is there a way to specify, for a given build that has completed, that an extra step happen, or perhaps to trigger a linked job that runs in the same workspace based on some paramters from the monitor job?