return back.
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-19 22:51:21 +02:00
parent 7846ebf2cc
commit 801f0d074b

7
Jenkinsfile vendored
View File

@@ -15,14 +15,9 @@ pipeline {
echo "finish Testing"
}
}
stage('DockerPublish') {
steps {
echo "Publishing.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}"
}
}
stage('Deploy') {
steps {
echo "ReDeploy...."
echo "Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}"
}
}
}