#1
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-19 23:02:26 +02:00
parent 801f0d074b
commit 9306912434

7
Jenkinsfile vendored
View File

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