简体   繁体   中英

How to trigger Multibranch Pipeline Jenkins Job within regular pipeline job?

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

通过反复试验找到了正确的模式:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM