Hello, On Wed, Mar 21, 2018 at 9:04 AM, Claus Ibsen <claus.ib...@gmail.com> wrote: > Can we have another pipeline that just does the deploy? > Then we can have the deploy to run once per day. > And if we are in need of a quicker SNAPSHOT we can kick the job > manually, and it would take 1h
We can, but that one also can't be all-or-nothing without taking two steps -- so two hours. If that `deployAtEnd` was working out it can be all-or-nothing within the same Maven invocation, otherwise it has to be two invocations (for all-or-nothing). Insert picture of sad puppy here. > And then have this pipeline that does the testing. > > If we only build SNAPSHOT after a 100% successfull complete pipeline > with all testing etc. Then it may delay and take days/weeks. > There can be odd / weird test failures once in a while. So I would > like to separate them, and have up-to-date SNAPSHOTs > > If we have 1 pipeline then I am okay with the deploy in the build > phase, so a SNAPSHOT is up-to-date. I think it's probably best to have a single pipeline and a `Build & Deploy` stage. Let me make that change. zoran -- Zoran Regvart