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