Jenkins CI: tfix
All checks were successful
continuous-integration/drone/push Build is passing
gitea.evolix.org on plain agent00/evodocker/pipeline/head This commit looks good

This commit is contained in:
David Prevot 2022-06-28 14:03:34 +02:00
parent c6205f2877
commit a844e7c6a9

View file

@ -19,7 +19,7 @@ pipeline {
stage('Build gbp (Bullseye)') { stage('Build gbp (Bullseye)') {
steps { steps {
script { script {
def deb = docker.build("evolix/php:build${env.BUILD_ID}", "-f php/Dockerfile.bullseye gbp") def deb = docker.build("evolix/gbp:build${env.BUILD_ID}", "-f gbp/Dockerfile.bullseye gbp")
deb.inside { deb.inside {
sh 'gbp --version' sh 'gbp --version'
} }