From 80b4d4065fe7cd259d767b4439db7ed0da23880a Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Fri, 24 Oct 2025 08:20:12 +0200 Subject: Fix build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 0846efb..3392df7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { // 👇 Fill these for your setup environment { - GIT_URL = '/var/git/git-server' + GIT_URL = '/var/git/git-server.git' GIT_BRANCH = 'trunk' GIT_CREDENTIALS = '' // Jenkins credentialsId (leave empty for public) REGISTRY = 'docker.it-jaros.com' // e.g. ghcr.io/you or registry.example.com/namespace -- cgit v1.3.1