From b05f05f04bfa15a2000e3e072914fd2a253706fd Mon Sep 17 00:00:00 2001 From: Jan Rabcan Date: Mon, 11 Oct 2021 12:29:44 +0200 Subject: [PATCH] bad quotes. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ec163e2..62fd512 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } stage('Deploy') { steps { - echo 'Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}' + echo "Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}" } } }