Re: How to get build ID effectively from remotely triggered builds.

2020-06-19 Thread Vijay Gongle
Hello, I’m trying to build a jenkins job which is in jenkins server B from jenkins server A. How is it possible? Sent from my iPhone > On Jun 9, 2020, at 7:36 AM, Yoo JinSun wrote: > >  > Hello Jenkins Community! > > Is there a way to reliably get the build number from a remotely trigge

How to get build ID effectively from remotely triggered builds.

2020-06-09 Thread Yoo JinSun
Hello Jenkins Community! Is there a way to reliably get the *build number* from a remotely triggered build? Here's the process I use to remotely trigger a build 1) POST a http request to trigger a build POST https://{hostname}/job/{job_name}/build 2) From the response's Location head