reconfigured to rebuild all branches once a wekk
All checks were successful
tv7playlist/pipeline/head This commit looks good
All checks were successful
tv7playlist/pipeline/head This commit looks good
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,5 +1,5 @@
|
|||||||
// Multi-branch pipeline. Build once on wednesday from a "master" branch only
|
// Rebuild the container of all branches every wednesday
|
||||||
CRON_SETTINGS = BRANCH_NAME == "master" ? '''H H * * 3'''
|
CRON_SETTINGS = '''H H * * 3'''
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
environment {
|
environment {
|
||||||
|
Reference in New Issue
Block a user