diff --git a/Jenkinsfile b/Jenkinsfile index 406efe3..28199ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage("Shell Scripts") { steps { // sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" - // sh 'python3 ./src/task1python.py' + sh './startscript1.sh' archiveArtifacts 'data.txt' } }