I'm calling a pipeline from another pipeline like this:

steps {
 build job:
 '/mypipelines/mypipeline01/master',
 parameters: [string(name: 'passMeIn', value: "sdfsfsd")],
 wait: false
}

I have to do "wait: false" because otherwise I can't an error saying this is 
not supported. Is there a work around for this? Ideally I'd like this pipeline 
to wait till the another pipeline it triggers to finish.

-- 
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/c9eedd9c-b9b4-4c74-9a4d-be3a8cf75811%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to