diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/BuildConfig.groovy | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index 9bae307..0b3cc06 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -25,8 +25,9 @@ class BuildConfig implements Serializable { def skippedUnstableNewThresh = '' def skippedUnstableThresh= '' - // Scheduling - def run_on_days = ['sun', 'mon', 'tue', 'wed', 'thu', 'fri'] + // Scheduling - default behavior is to not restrict run schedule based on + // the day of the week. + def run_on_days = ['sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat'] // Private. Not to be used directly by Jenkinsfile. def runtime = [] |