diff --git a/Jenkinsfile b/Jenkinsfile index e2f4385..74ef8e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,8 @@ pipeline { // Tag images with the build number so they are unique FRONTEND_IMAGE = "chore-app-backend:${env.BUILD_ID}" BACKEND_IMAGE = "chore-app-frontend:${env.BUILD_ID}" + VUE_CONTAINER_NAME = "chore-app-frontend" + FLASK_CONTAINER_NAME = "chore-app-backend" } stages {