diff --git a/Jenkinsfile b/Jenkinsfile index f08e0b7..9503655 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Stage 1') { steps { echo 'Hello world!' - checkout scm + git https://git.wmi.amu.edu.pl/s495719/ium_495719.git sh './data_processing.sh' archiveArtifacts artifacts: './*' }