I'm not using a Jenkinsfile, but the solution I arrived at was to have a
boolean "Release" build parameter. When checked, this parameter would skip
the normal CI SNAPSHOT build and initiate a release. My stages when
Source Checkout -> SNAPSHOT Build -> Stage Release -> Release Build
The "Stag
Is there a way to make the Perform Maven Release option visible under the
job created using Jenkinsfile? I have a job that is created manually and it
has this option set by selecting the Maven release build option in
Configure job->Build environment settings. I am trying to convert this
manual