简体   繁体   中英

Jenkins MultiJob does not start any downstream jobs

I have a very simple MultiJob project in Jenkins. It has one MultiJob phase with one job (obviously the idea is to add more in the future).

When I run the MultiJob, it queues the phase job - but never starts it.

The multi job simply says its in progress and the phase job remains as pending.

And ideas whats wrong here? Thanks

It could be that your downstream job is set to build on a particular slave that is not online/available or set to build on a tag not served by any slaves. In any case check whether you can build your job standalone first.

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