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,