Ah but the advantage is you have a reproducible build... Unlike a build with the evil job type
On Monday, 17 February 2014, varun srivastava <[email protected]> wrote: > Thanks for the reply. > > I have tried this. But the disadvantage is that I loose features related > to maven projects like Displaying modules built, modules history etc. (For > multi-module maven projects) > > > On Tue, Feb 18, 2014 at 1:07 AM, Eric Pyle > <[email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');> > > wrote: > >> You can run a Maven build in a freestyle job. Add a build step of type >> "Invoke top-level Maven targets". Then you can use conditional build steps >> and all other features of freestyle builds. >> >> Regards, >> Eric >> >> >> On 2/17/2014 2:13 AM, varun srivastava wrote: >> >> Hi, >> >> How can I run conditional steps with Maven projects ? For free style >> projects I am able to set up conditional steps but this seems not available >> with Maven projects. >> >> Additionally I also want to publish findbugs/pmd reports conditionally in >> maven projects. Again this looks possible using flexible publish plugin >> only for free style projects. >> >> Any help would be highly appreciated. >> >> -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]<javascript:_e(%7B%7D,'cvml','jenkinsci-users%[email protected]');> >> . >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Jenkins Users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jenkinsci-users/7evg1xPffd8/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]<javascript:_e(%7B%7D,'cvml','jenkinsci-users%[email protected]');> >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Thanks, > > Varun Kr Srivastava > mobile- +919666676033 > > -- > 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]<javascript:_e(%7B%7D,'cvml','jenkinsci-users%[email protected]');> > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Sent from my phone -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
