简体   繁体   中英

Trigger Jenkins builds remotely via Groovy script

I am trying to create Jenkins pipelines via Groovy script. How do I enable the checkbox Trigger builds remotely via Groovy script. Please help

在此处输入图像描述

The way to go is to use Job DSL plugin. When it's installed, you can view documentation via the following link

https://<your.jenkins.installation>/plugin/job-dsl/api-viewer/index.html

There, under pipelineJob , you'll find triggers documentation

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