Actualiser Jenkinsfile
This commit is contained in:
parent
5ce6abe268
commit
dc38b80db1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
||||
stage('Build Docker Image') {
|
||||
steps {
|
||||
script {
|
||||
env.IMAGE_TAG = "${env.DOCKER_DOCKER_TAG}"
|
||||
env.IMAGE_TAG = "${env.DOCKER_TAG}"
|
||||
|
||||
echo "Construction de l'image Docker pour l'API TS avec le tag : ${env.IMAGE_TAG}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user