1 parent 2af9c3e commit 136aff1Copy full SHA for 136aff1
1 file changed
Jenkinsfile
@@ -1,10 +1,6 @@
1
pipeline {
2
agent any
3
4
- triggers {
5
- cron('H 2 * * 1')
6
- }
7
-
8
environment {
9
SIDEKIQ_PRO_SECRET = credentials("sidekiq_pro_secret")
10
GH_ACCESS_TOKEN = credentials("sul-ci org token")
@@ -14,7 +10,7 @@ pipeline {
14
stage('Infrastructure') {
15
11
when {
16
12
allOf {
17
- branch 'cocina-level2-updates';
13
+ branch 'change-to-cocina-level2-updates-in-order-to-run-build';
18
not { triggeredBy 'SCMTrigger' }
19
}
20
0 commit comments