diff --git a/Jenkinsfile b/Jenkinsfile index f238d98..b939185 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,6 @@ pipeline { stage('Stage 1') { steps { sh 'chmod u+x ./process_dataset.py' - echo 'Dataset downloaded' echo 'Processing dataset...' sh 'python3 process_dataset.py' echo 'Dataset processed'