Re: Adding “Perform Maven Release” option from Jenkinsfile

2016-09-17 Thread Mark Bidewell
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

Adding “Perform Maven Release” option from Jenkinsfile

2016-08-31 Thread Harsha Adiga
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