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" } }