I want to lunch a build by Jenkins API and get in return the build number that this call has started. However, because of synchronizations considerations, I don't want it to happened in 2 seprate calls (like: lunchJobBuild(), getJobLatestBuildNumber()), but instead I am looking for an API call that gets inreturn the specific buildNumber that was just now created (in the reply content for example..). Is such a API call exists? Thanks! |