简体   繁体   中英

Jenkins Multijob that run jobs running on multiple machines

I have job A that run in parallel on 3 slaves and Job B that run on other 3 slaves, to do that I'm using the Node parameter which hold list of slaves but only one slave can be set as default.
Now I want to create a multi job that will run both jobs in parallel, how should I do that ?
Also how can I tell each one of the child jobs on which machines it should run ?

我没有明确的答案,但这听起来像是时候使用标签了

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