Hi Michael,
I can trigger job A and job B independently with success using REST. For example , job A is a build job and job B is to deploy to a dev environment.
Job B execution is not reflected in the Jenkins UI build pipeline. (should show in green when successful, but still show in blue )
The problem is that the api doesn't know that job A is linked to job B in the pipeline So, I would like to know what should I pass to the build api for Job B to execute successfuly and get reflected in the UI.
I will move this to jenkins-user.
Thanks
Ramnath