Actualiser Jenkinsfile

This commit is contained in:
wkadmin 2025-10-30 13:45:25 +00:00
parent 268499048f
commit 36449a49dc

6
Jenkinsfile vendored
View File

@ -27,10 +27,8 @@ pipeline {
stage('Build Docker image') { stage('Build Docker image') {
steps { steps {
echo "🐳 Construction de limage Docker..." echo "🐳 Construction de limage Docker backend..."
sh ''' sh 'docker build -t ${APP_NAME}:latest .'
docker build -t ${APP_NAME}:latest .
'''
} }
} }