Jenkinsfile: target default suite

This commit is contained in:
Christophe Siraut 2020-05-16 13:31:32 +02:00
parent 84e02cd472
commit 24473356b0
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 == 'rouen-publik-theme' && env.GIT_BRANCH == 'origin/master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch rouen-publik-theme'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder rouen-publik-theme'
}
}
}