yes this one won't be compatible with workflow or freestyle jobs. You'll have to replace it with a call of "release:prepare release;perform" with few parameters defined as workflow user inputs or freestyle parameters.
On Tue, Nov 17, 2015 at 3:29 PM, Mark Bidewell <[email protected]> wrote: > The primary usage is for the M2 release plugin integration. We are not > making use of many other features. > > On Tuesday, November 17, 2015 at 10:25:00 AM UTC-5, Arnaud Héritier wrote: >> >> It mainly depends of the usage you have of it. >> There are some specific features (post build deployment, snapshots >> dependencies) which aren't available in others jobs types. >> The migration to freestyle jobs is probably the easiest one from now as >> you may have a large part of maven job types features but you'll need some >> manual configuration. >> Using the workflow is a solution but for now it doesn't cover all >> integrations with plugins (contributions are welcome) and thus it may be >> blocker depending of the current usage you have of it >> Arnaud >> >> On Tue, Nov 17, 2015 at 1:43 PM, Mark Bidewell <[email protected]> wrote: >> >>> In my current position, I inherited a Jenkins server that makes heavy >>> use of the Maven Project Type and M2 Release Plugin. As Jenkins is moving >>> forward, I am now understanding why many people do not like that project >>> type due to the shims needed to support Java 6 builds. >>> >>> What is the future of the Maven project type? should I be making plans >>> to migrate from it? If so what is the best alternative (right now I am >>> thinking workflows)? >>> >>> Thanks >>> >>> -- >>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/45849d7b-990e-4232-a8dd-c4d37b9b2310%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/45849d7b-990e-4232-a8dd-c4d37b9b2310%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> ----- >> Arnaud Héritier >> http://aheritier.net >> Mail/GTalk: aheritier AT gmail DOT com >> Twitter/Skype : aheritier >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/b613e575-7b8a-419b-b5a6-0aeb798e519d%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/b613e575-7b8a-419b-b5a6-0aeb798e519d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- ----- Arnaud Héritier http://aheritier.net Mail/GTalk: aheritier AT gmail DOT com Twitter/Skype : aheritier -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAFNCU-8GbkF%3DtBMTYRpM%3DEy%2Bx6f-fXVVCMbbFO6HbX9nOa%3Df_g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
