diff --git a/Jenkinsfile b/Jenkinsfile index 9c8c960..183df33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ PGPORT=`python -c 'import struct; import socket; s=socket.socket(); s.setsockopt steps { script { if (env.JOB_NAME == 'authentic2-wallonie-connect') { - sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic2-wallonie-connect' + sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye authentic2-wallonie-connect' } } }