Jenkinsfile: default branch is main, not master
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
049b77e702
commit
2e951c5814
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,7 +24,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('dummy mode') {
|
stage('dummy mode') {
|
||||||
when {
|
when {
|
||||||
branch 'master'
|
branch 'main'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
|
|
Loading…
Reference in a new issue