jenkinsci/jenkins-multijob-plugin

Multijob plugin doesn't support Multibranch Pipeline Items

Opened this issue · 0 comments

  1. Create a Multibranch Pipeline Item.
  2. Say be name it myMPI
  3. Then create a Multijob and a add myMPI as job.
  4. Finally save the Multijob and start the build.
  5. You can see that myMPI is not triggered.

If you chose in step 3 "myMPI/master" instead of "myMPI", then the master branch of myMPI is built. But if you select "myMPI" nothing is built. My Expectation would be that a scan for myMPI is scheduled when choosing myMPI.

See also: Jenkins Issue