6
votes

I want to trigger a specific multibranch pipeline job 'maven-release-workflow-test' (specific branch) within a regular pipeline job. Is there a special build() command pattern that i need to specify?

The snippet generator just prints:

no such job maven-release-workflow-test

1

1 Answers

10
votes

Found the right pattern via trial and error:

build 'maven-release-workflow-test/master'