added jenkins deployment
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -44,7 +44,7 @@ pipeline {
|
|||||||
sh "docker stop ${FLASK_CONTAINER_NAME} || true"
|
sh "docker stop ${FLASK_CONTAINER_NAME} || true"
|
||||||
sh "docker rm ${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
|
// 2. Start the newly built images
|
||||||
// You must customize the ports (-p) and environment variables (-e) as needed
|
// You must customize the ports (-p) and environment variables (-e) as needed
|
||||||
|
|||||||
Reference in New Issue
Block a user