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

This commit is contained in:
2021-10-20 02:57:16 +02:00
parent f31d45678a
commit ae9806489c

2
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ node {
stage('Deploy') {
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}")
def customImage = docker.build("registry.proxyq.co/jenkins/website:${env.BUILD_ID}", '.')
customImage.push()
}
}