From 4b5a9fc9c6c0b54892110244f8c60fcfb792bbd1 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 20 Mar 2025 14:40:18 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 17cb593..dcd0d42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,15 +13,14 @@ pipeline { } } stage('Build') { - docker.withRegistry('https://git.adrianux.net/ahoemann/') { + docker.withRegistry('https://git.adrianux.net/ahoemann/') { /* Build the container image */ def dockerImage = docker.build("adrianux:${env.BUILD_ID}") /* Push the container to the custom Registry */ dockerImage.push() - } - } + } } } } \ No newline at end of file