We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a902bf commit 4406085Copy full SHA for 4406085
Jenkinsfile
@@ -23,7 +23,9 @@ pipeline {
23
}
24
stage('Download Dependencies') {
25
steps {
26
- sh 'docker build -f Dockerfile.common .'
+ withDockerRegistry(credentialsId: 'docker-registry', url: 'https://registry.comp.ystv.co.uk') {
27
+ sh 'docker build -f Dockerfile.common .'
28
+ }
29
30
31
stage('Build Images') {
0 commit comments