jenkins: update to build packagefor origin/main branch

This commit is contained in:
Frédéric Péters 2021-04-30 11:12:18 +02:00
parent 74a56a9c0f
commit 911c7f5633
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stage('Packaging') {
steps {
script {
if (env.JOB_NAME == 'scrutiny' && env.GIT_BRANCH == 'origin/master') {
if (env.JOB_NAME == 'scrutiny' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder scrutiny'
}
}