fix(Jenkinsfile: remove when, plugin is not installed

This commit is contained in:
Benoit Suttor 2021-10-14 08:49:00 +02:00
parent 2dbae3f6e2
commit de0e3221b4
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -29,9 +29,6 @@ PGPORT=`python -c 'import struct; import socket; s=socket.socket(); s.setsockopt
}
stage('Packaging') {
steps {
when {
branch "main"
}
script {
if (env.JOB_NAME == 'authentic2-wallonie-connect') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic2-wallonie-connect'