Re: Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-29 Thread Hervé BOUTEMY
I don't understand how pipelines will change anything to the staging issue Regards, Hervé Le vendredi 28 mars 2014 14:53:56 Mirko Friedenhagen a écrit : Hello Stephen, I am a big fan of pipelines here: 1. clean test-compile 2. clean verify of modules with changes or excluding

Re: Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-29 Thread Stephen Connolly
I don't have the time to explain how I want to add maven support to the literate job type On Saturday, 29 March 2014, Hervé BOUTEMY herve.bout...@free.fr wrote: I don't understand how pipelines will change anything to the staging issue Regards, Hervé Le vendredi 28 mars 2014 14:53:56

Re: Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-29 Thread Stephen Connolly
Basically, with a literate job type (when I get this implemented) you will be able to define upstream jobs and branch matching rules. The products of the upstream job will be available as an effective repo injected into the settings used by the downstream, so when you cut a release the downstream

Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-28 Thread Mirko Friedenhagen
Hello, as a fresh subscriber to notifications I really wonder how often the jobs have failed in the last two weeks. - One reason seems to be, that during staging of plugins and especially shared components the jobs are failing because of staged dependencies are not available in central. I

Re: Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-28 Thread Anders Hammar
Well, the Windows IT build [1] has failed constantly for over a month. :-( /Anders [1] https://builds.apache.org/view/M-R/view/Maven/job/core-it-maven-3-win/ On Fri, Mar 28, 2014 at 12:32 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello, as a fresh subscriber to notifications I

Re: Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-28 Thread Stephen Connolly
I would rather get some good pipelining going so that we have a better quality of jobs in the first place, e.g. see the job pipeline I have set up https://builds.apache.org/job/maven-3.2-release-status/ I want to add other tests into this pipeline and once we have a strong template for a good

Re: Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-28 Thread Mirko Friedenhagen
Hello Stephen, I am a big fan of pipelines here: 1. clean test-compile 2. clean verify of modules with changes or excluding failsafe/invoker 3. clean verify of all modules with inclusion of invoker tests. Regards Mirko -- Sent from my mobile On Mar 28, 2014 1:02 PM, Stephen Connolly