From 1184b95e614ed90354501598e3c4bec572e0f1f3 Mon Sep 17 00:00:00 2001 From: Andreas Larsen Date: Tue, 14 May 2019 15:14:54 +0200 Subject: [PATCH] fix(ci): fix jenkins docker deploy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71187ff..33615bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { echo 'Starting docker image build' script { - docker.withRegistry("pkg.northcode.no") { + docker.withRegistry("https://pkg.northcode.no") { def image = docker.build("pkg.northcode.no/telegram-leetbot") image.push() }