Schedule Jenkins job using Jenkins Rest API
问题 I have a Jenkins job which is scheduled for a specific time. I want to modify that timing programmatically. I tried to modify the build by installing Schedule Build plugin and modify it using http://jenkins_url/job/jobname/build?delay=3344sec . But this will put the job in quiet period which holds the java thread. I'm looking to modify the Schedule entry without putting it to quiet period. 回答1: You can use the Build Triggers -> Build periodically job configuration option. Use that to specify