Jenkinsfile: default branch is main, not master
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-29 21:32:22 +02:00
parent 049b77e702
commit 2e951c5814
Signed by: kunsi
GPG key ID: 12E3D2136B818350

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ pipeline {
}
stage('dummy mode') {
when {
branch 'master'
branch 'main'
}
steps {
sh """