Delivery Pipeline plugin + Join plugin question

40 views
Skip to first unread message

Tatar Kolos

unread,
Jul 27, 2015, 4:51:38 AM7/27/15
to Jenkins user list
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 Mathus

unread,
Jul 27, 2015, 9:11:35 AM7/27/15
to jenkins...@googlegroups.com
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
--
Baptiste <Batmat> MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !

Tatar Kolos

unread,
Jul 27, 2015, 11:50:50 AM7/27/15
to jenkins...@googlegroups.com
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.

Thanks.

Why do you think so?

I need visualisation that can be used as a UI. As I understand with
Jenkins, I need the paid-for version for it.

Kolos
Reply all
Reply to author
Forward
0 new messages