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