added jenkins deployment

This commit is contained in:
2025-12-10 15:03:20 -05:00
parent b987df2e35
commit 2ba14ce805

2
Jenkinsfile vendored
View File

@@ -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 {