Actualiser Jenkinsfile
This commit is contained in:
parent
268499048f
commit
36449a49dc
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -27,10 +27,8 @@ pipeline {
|
||||||
|
|
||||||
stage('Build Docker image') {
|
stage('Build Docker image') {
|
||||||
steps {
|
steps {
|
||||||
echo "🐳 Construction de l’image Docker..."
|
echo "🐳 Construction de l’image Docker backend..."
|
||||||
sh '''
|
sh 'docker build -t ${APP_NAME}:latest .'
|
||||||
docker build -t ${APP_NAME}:latest .
|
|
||||||
'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user