Update Jenkinsfile

This commit is contained in:
ahoemann 2025-02-14 08:52:22 +01:00
parent 38b91d6fc9
commit 4253e606eb

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
stage('Build') {
steps {
script {
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}")