I have a Jenkins pipeline with several projects. The first one triggers the second one and then it stops because the next project is manually triggered. I would like to trigger this third project using a REST Webservice. [I can manually trigger this project using the build pipeline plugin icon (trigger).]
Jenkins has a REST API to build a project: JENKINS/view/PIPELINE_NAME/job/PROJECT_NAME/buildWithParameters
However, jenkins starts a new build outside the pipeline view.
Thanks!
curious to know.. anybody figured out this ?
-Sony Koithara