diff --git a/Jenkinsfile b/Jenkinsfile index edf5475..ca1cb08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Stage 1') { steps { - git https://git.wmi.amu.edu.pl/s495719/ium_495719.git + git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git" sh './data_processing.sh' archiveArtifacts artifacts: './*' }