Update default branch to main

This commit is contained in:
Greg Lin 2022-11-30 15:50:40 -06:00
commit 5aba4ea44b

4
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
stage('push images') { stage('push images') {
agent { label 'docker-4x' } agent { label 'docker-4x' }
when { when {
branch 'master' branch 'main'
} }
steps { steps {
sh 'make docker-push' sh 'make docker-push'
@ -25,7 +25,7 @@ pipeline {
stage('deploy') { stage('deploy') {
agent none agent none
when { when {
branch 'master' branch 'main'
} }
steps { steps {
build(job: 'r-builds/deploy-r-builds', wait: true, build(job: 'r-builds/deploy-r-builds', wait: true,