Skip to content

Commit 136aff1

Browse files
committed
Do not run updates in this branch via cron and disable running an update due to this commit
1 parent 2af9c3e commit 136aff1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

‎Jenkinsfile‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
pipeline {
22
agent any
33

4-
triggers {
5-
cron('H 2 * * 1')
6-
}
7-
84
environment {
95
SIDEKIQ_PRO_SECRET = credentials("sidekiq_pro_secret")
106
GH_ACCESS_TOKEN = credentials("sul-ci org token")
@@ -14,7 +10,7 @@ pipeline {
1410
stage('Infrastructure') {
1511
when {
1612
allOf {
17-
branch 'cocina-level2-updates';
13+
branch 'change-to-cocina-level2-updates-in-order-to-run-build';
1814
not { triggeredBy 'SCMTrigger' }
1915
}
2016
}

0 commit comments

Comments
 (0)