如何设置Jenkins作业以触发在变量/参数中动态定义的作业?
我的问题的伪代码:
def MASTER_JOB: for job in $downstream_jobs trigger $job and wait for it. downstream_jobs_string=<list given from a script> call MASTER_JOB
我了解您可以通过脚本通过其build-start-URL:s触发作业的动态列表,但这似乎是一种更注重编程的解决方案,需要更多的管理工作
看起来是Python Jenkins API的理想选择。例如,这里是用于调用作业的命令行界面。