bad quotes.
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-11 12:29:44 +02:00
parent 3d9a50b961
commit b05f05f04b

2
Jenkinsfile vendored
View File

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