From 91b96a4765b4579e295d540b7805c29347184b66 Mon Sep 17 00:00:00 2001 From: Szymon Bartanowicz Date: Tue, 26 Mar 2024 19:28:59 +0100 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b27aec0..0bc7eb6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('Clone repo') { steps { - git branch: "main", git url: "https://git.wmi.amu.edu.pl/s464937/ium_464937" + git branch: "main", url: "https://git.wmi.amu.edu.pl/s464937/ium_464937" } }