diff --git a/Jenkinsfile b/Jenkinsfile index f08e0b7..25ca55c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,9 +5,6 @@ pipeline { stage('Stage 1') { steps { echo 'Hello world!' - checkout scm - sh './data_processing.sh' - archiveArtifacts artifacts: './*' } } }