added env.
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-11 12:28:43 +02:00
parent 9e1dc74df6
commit 3d9a50b961

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
}
stage('Deploy') {
steps {
echo 'Deploying....'
echo 'Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}'
}
}
}