Update default branch to main
This commit is contained in:
parent
2e09c60108
commit
5aba4ea44b
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue