This commit is contained in:
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
||||
// Multi-branch pipeline. Build once on wednesday from a "master" branch only
|
||||
CRON_SETTINGS = BRANCH_NAME == "master" ? '''H H * * 3'''
|
||||
// Rebuild the container of all branches every wednesday
|
||||
CRON_SETTINGS = '''H H * * 3'''
|
||||
|
||||
pipeline {
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user