This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -31,7 +31,7 @@ pipeline {
|
||||
}
|
||||
stage('Publish') {
|
||||
steps {
|
||||
sh "docker login https://registry.proxyq.co --user ${REGISTRY_CREDENTIALS_USR} --password ${REGISTRY_CREDENTIALS_PSW}"
|
||||
sh "docker login https://registry.proxyq.co -u ${REGISTRY_CREDENTIALS_USR} --password ${REGISTRY_CREDENTIALS_PSW}"
|
||||
sh "docker push registry.proxyq.co/jenkins/website:${env.BUILD_ID}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user