Jenkins: starting a downstream project in pipeline mode using REST web services

I have a Jenkins pipeline with several projects. The first starts the second, and then stops, because the next project starts manually. I would like to run this third project using the REST web service. [I can start this project manually using the assembly pipeline plugin icon (trigger).]

Jenkins has a REST API for creating a project: JENKINS / view / PIPELINE_NAME / job / PROJECT_NAME / buildWithParameters

However, jenkins starts a new assembly outside the pipeline view.

Thank!

+4
source share
1 answer

Curious to know .. did anyone understand this?

-Sony Koitar

0
source

All Articles