diff --git a/Jenkinsfile b/Jenkinsfile index 2d44828..fdb1af5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Stage 1') { steps { - git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git" + git 'https://git.wmi.amu.edu.pl/s495719/ium_495719.git' } } }