Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
It'd be really cool to be able to run a special release build instead of the normal one, either by skipping the normal one (and defining the special build in pre-/post-actions) or by overriding it by a defined release actions.
Attachments
Issue Links
- is duplicated by
-
JENKINS-27875 Add ability to skip the default build step triggered by downstream build step such as Jenkins release-plugin
-
- Open
-
- is related to
-
JENKINS-27723 Overriding build goal while performing a release
-
- Resolved
-
Sorry for not being responsive. I do something similar to what you do with a post build deploy. I use separate deploy jobs all together that are triggered by the upstream build job. The downstream jobs use the lastSuccessfulBuild perma link or are parameterized and then curl the artifacts from the build job and run the deployment. I wasn't aware that Jenkins will not archive the release artifacts when using the m2release plugin. That may be a problem for us as we convert to use that plugin. I'm sure I'll be investigating this further over the next few weeks or so.