diff --git a/Jenkinsfile b/Jenkinsfile index 227514c..ec163e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } stage('Deploy') { steps { - echo 'Deploying....' + echo 'Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}' } } }