From 5aba4ea44bdc1cb984b4522f79f68306fdd7f267 Mon Sep 17 00:00:00 2001 From: Greg Lin Date: Wed, 30 Nov 2022 15:50:40 -0600 Subject: [PATCH] Update default branch to main --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eeb9dc5..ca3d2a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('push images') { agent { label 'docker-4x' } when { - branch 'master' + branch 'main' } steps { sh 'make docker-push' @@ -25,7 +25,7 @@ pipeline { stage('deploy') { agent none when { - branch 'master' + branch 'main' } steps { build(job: 'r-builds/deploy-r-builds', wait: true,