Skip to content

Commit 836e5b5

Browse files
author
Kirill Gostaf
committed
Update header
1 parent 3bcc733 commit 836e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disableBuildPeriodicalyTriggerFreestyleProjects.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This script will iterate over all the projects, and check whether a job has Buil
66
If the project type is Freestyle job the Build periodically trigger will be disabled.
77
Otherwise, it prints the name of the project without modifying the trigger settings.
88
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.
9+
the Jenkinsfile that contains `triggers { cron(H/4 * * * *) }` instructions.
1010
*/
1111

1212

0 commit comments

Comments
 (0)