We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcc733 commit 836e5b5Copy full SHA for 836e5b5
disableBuildPeriodicalyTriggerFreestyleProjects.groovy
@@ -6,7 +6,7 @@ This script will iterate over all the projects, and check whether a job has Buil
6
If the project type is Freestyle job the Build periodically trigger will be disabled.
7
Otherwise, it prints the name of the project without modifying the trigger settings.
8
For a pipeline project, i.e. org.jenkinsci.plugins.workflow.job.WorkflowJob, you may want to modify
9
-the Jenkins file that contains `triggers { cron(H/4 * * * *) }` instructions.
+the Jenkinsfile that contains `triggers { cron(H/4 * * * *) }` instructions.
10
*/
11
12
0 commit comments