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