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}" } } }