Jenkinsfile: build for default distributions

This commit is contained in:
Frédéric Péters 2020-06-14 17:32:28 +02:00
parent 1e74f82323
commit 0aa8f98ec9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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