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!
source
share