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

This commit is contained in:
2021-10-20 02:48:36 +02:00
parent 788feff855
commit f31d45678a

5
Jenkinsfile vendored
View File

@@ -15,8 +15,9 @@ node {
echo "finish Testing"
}
stage('Deploy') {
docker.withRegistry("${env.ENV_REGISTRY_URL}", 'registry-credentials-id') {
def customImage = docker.build("${env.ENV_REGISTRY_URL}/jenkins/website:${env.BUILD_ID}")
echo "${env.ENV_REGISTRY_URL}"
docker.withRegistry("https://registry.proxyq.co", 'registry-credentials-id') {
def customImage = docker.build("registry.proxyq.co/jenkins/website:${env.BUILD_ID}")
customImage.push()
}
}