From 4ae1ba7bede31a0f801c1db71515195782c6a5a1 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Wed, 10 Dec 2025 15:09:35 -0500 Subject: [PATCH] added jenkins deployment --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c586307..9d973f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ pipeline { sh "docker stop ${FLASK_CONTAINER_NAME} || true" sh "docker rm ${FLASK_CONTAINER_NAME} || true" - echo 'Starting new containers named ${VUE_CONTAINER_NAME} and ${FLASK_CONTAINER_NAME}... from images ${FRONTEND_IMAGE} and ${BACKEND_IMAGE}' + echo "Starting new containers named ${VUE_CONTAINER_NAME} and ${FLASK_CONTAINER_NAME}... from images ${FRONTEND_IMAGE} and ${BACKEND_IMAGE}" // 2. Start the newly built images // You must customize the ports (-p) and environment variables (-e) as needed