From 2ba14ce805df829d5a2520a584dcc5611973bdeb Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Wed, 10 Dec 2025 15:03:20 -0500 Subject: [PATCH] added jenkins deployment --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) 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 {