added promotion

This commit is contained in:
2025-12-10 17:10:21 -05:00
parent eadec67940
commit 600e993dfd

4
Jenkinsfile vendored
View File

@@ -3,8 +3,8 @@ pipeline {
environment {
// 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}"
FRONTEND_IMAGE = "chore-app-frontend:${env.BUILD_ID}"
BACKEND_IMAGE = "chore-app-backend:${env.BUILD_ID}"
VUE_CONTAINER_NAME = "chore-app-frontend"
FLASK_CONTAINER_NAME = "chore-app-backend"
NETWORK_NAME = "chore-app-net"