aboutsummaryrefslogtreecommitdiff
path: root/src/BuildConfig.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/BuildConfig.groovy')
-rw-r--r--src/BuildConfig.groovy5
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 = []