From 8a975629c5eb68b1dce5479e436489d0cceefaf1 Mon Sep 17 00:00:00 2001 From: Szymon Bartanowicz Date: Tue, 26 Mar 2024 19:28:34 +0100 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8cb00c0..b27aec0 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", git url: "https://git.wmi.amu.edu.pl/s464937/ium_464937" } }