From 9b52bddf0fd67d7e7bb1cda0c710734f156c699b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pie=C5=82a?= Date: Sun, 10 Mar 2024 21:53:31 +0100 Subject: [PATCH] Fix jenkinsfile git repository url --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index da8d40a..ed45256 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Checkout') { - git branch: 'master',url: https://git.horizonnet.eu/mateusz/java-helloworld.git' + git branch: 'master',url: 'https://git.horizonnet.eu/mateusz/java-helloworld.git' } stage('Build') { steps {