I have a pipeline that is used to deploy (on user input) the latest build 
to customers, with a parallel branch per customer. 
The build currently uses the Delivery Pipeline 
<https://wiki.jenkins-ci.org/display/JENKINS/Delivery+Pipeline+Plugin> plugin 
to do this and this works. 
I am trying to make this work in declarative pipeline but the current input 
step pauses the whole pipeline and I cannot switch to the parallel branches 
to approve them without first approving the first branch.
Is this by design, and if so could this be changed? Or is this simply a bug 
in the blue ocean pipeline view that makes me unable to switch to the 
correct branch?
I may not always want to immediately deploy the product to a certain 
customer, but at the same time want to deploy it to others. Currently it 
does not seem possible in declarative pipeline to do this with user input.

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b74ea44e-c2d7-4a33-bfac-5f9969823913%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to