diff --git a/Jenkinsfile b/Jenkinsfile index 33615bc..4706d9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { echo 'Starting docker image build' script { - docker.withRegistry("https://pkg.northcode.no") { + docker.withRegistry("https://pkg.northcode.no", 'docker-login') { def image = docker.build("pkg.northcode.no/telegram-leetbot") image.push() }