If you require that functionality you will need to downgrade to an earlier version (I think 0.7.1).
The functionality will be coming back but I have no current ETA.
See https://issues.jenkins-ci.org/browse/JENKINS-11466
/James
--
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
jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
From: Hilikus [mailto:thehi...@gmail.com]
Sent: 17 May 2013 18:57
To: jenkins...@googlegroups.com
Cc: James Nord (jnord)
Subject: Re: m2 release plugin versioning policy
when you say it will be coming back you mean what? being able to set a different version in the UI for each submodule
[JTN] Yes
or letting maven decide based on the SNAPSHOT version in the pom?
[JTN] if the issues with it can be worked out – and I think I have a plan.
or both?
[JTN] the individual one first, if the plan for using maven works, then using maven will be done after (or possibly at the same time).
How complex are the changes?
For the prompt the user – not very, it’s a buncy of Jelly config and moving some parameters around (and checking that no new modules have been introduced since the last build)
could someone without jenkins plugin experience do it in a couple of days?
[JTN] I would think so – the code did exist and was removed – so there is already some guidance on how to do this.
it sounds to me like just a matter of constructing the correct command line invocation
[JTN] that’s the easy bit (assuming you’re not on windows and don’t blow the command line argument length!). You need to store the variables in a the Action and get them from the post, and have the UI prompt for them.
On Friday, 17 May 2013 12:02:06 UTC-4, James Nord (jnord) wrote: