Jenkins: Trigger a downstream project in pipeline view using REST Webservices

487 views Asked by At

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!

1

There are 1 answers

1
Sony Koithara On

curious to know.. anybody figured out this ?

-Sony Koithara