changed name.
internetmastercz/test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-19 22:49:35 +02:00
parent 9a33dfa882
commit 7846ebf2cc
Vendored
+6 -1
View File
@@ -15,9 +15,14 @@ pipeline {
echo "finish Testing" echo "finish Testing"
} }
} }
stage('DockerPublish') {
steps {
echo "Publishing.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}"
}
}
stage('Deploy') { stage('Deploy') {
steps { steps {
echo "Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}" echo "ReDeploy...."
} }
} }
} }