From c69177f461e01265334a36a5145db197676f426b Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 31 Jan 2020 21:12:45 +0100 Subject: [PATCH] Jenkins refactor --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 64fe2a2..3a5f112 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { branch 'master' } steps { - sh "docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml ${env.PROJECT_NAME}" + sh 'docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml $PROJECT_NAME' } } }