I have setup an empty Jenkins project which is meant to trigger a few other 
projects in order, waiting for each one to be done before continuing with 
the next one. For this I have used the parametrized build plugin to setup 
blocking build steps.

I would like to be able to query a specific build number of the parent 
project and then get all triggered subprojects builds to get their result 
and other data.

The code I found HERE 
<http://jenkins-ci.361315.n4.nabble.com/How-to-get-the-subprojects-of-a-certain-freestyleproject-td4663735.html>
 allows 
me to get all the SubProjects from a parent project builder number however 
I cannot seem to find a way to get the actual triggered builds for each 
subproject and not the projects themselves.

Is there a way to do so through the API?

I have tried using the upstream and downstream apis but none seem to give 
any data at all, including trying to use the "relationship" ones using each 
subproject as an argument to try to get the build number but no go.

Regards
Byte

-- 
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/593c068f-e0f1-4bc6-8649-edfaa0608cbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to