hello!

when running 

                      builds = [:]
                      builds[jobs[index]] = {
                         job_info = build job: jobs[index], propagate: 
true, wait: false, parameters: updated_params
                         println "job_info " + job_info
                      }
                      parallel builds

I'm getting null job_info. Which is ok, since the job was not started yet. 
Bit Is there a way to get a build number afterwards (upon the start of the 
build)? 
Running sequentially (with 'wait: true'), job info is obtained as expected, 
but I can't use 'wait: true' because the requirement is to run jobs in 
parallel.

Thanks

-- 
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/3aaa60da-7af0-444e-bd50-ef51de19b3a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to