4

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!

Andre
  • 41
  • 2

1 Answers1

0

curious to know.. anybody figured out this ?

-Sony Koithara

Sony Koithara
  • 121
  • 1
  • 1
  • 3
  • You are not answering that question, please use comments if you actually want to comment something or upvote question to empasize that you are interested in answer. – Łukasz Gawron Apr 02 '17 at 06:49