Hi,

Not really an answer to your question, but as you seem to be still in the
beginning of that process, you should really look into trying the Workflow
Plugin instead.

HTH

Cheers

2015-07-27 10:51 GMT+02:00 Tatar Kolos <ko...@tatar.hu>:

> Hi,
>
> I'm trying to implement CD with Jenkins and the Delivery Pipeline plugin
> combined with the Join plugin seem to provide a very nice way of splitting
> and merging the pipeline.
>
> My issue however is that if I retrigger manually a job/step in the
> pipeline after it split, the pipeline will not continue as expected.
>
> What I mean is that if I have the following jobs:
>
> "build" _triggering_ "testA" _and_ "testB"
> On completion of "testA" _and_ "testB" I have "deploy"
>
>         "testA"
>        /       \
> "build"         "deploy"
>        \       /
>         "testB"
>
> And say "testB" fails, so I retrigger that and it now passes, I'd expect
> the pipeline to continue and "deploy" to run. That doesn't happen however.
>
> Seems like the Join plugin is not being invoked in the "build" job
> configuration after a downstream job has been retriggered.
>
> Is this a bug? A feature?
>
> Thanks,
>
> Kolos
>



-- 
Baptiste <Batmat> MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6eLm%3DwypHmMwuzDfkaqYZO8EELdQ2fLxWB0X8umDaGqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to