diff --git a/Jenkinsfile b/Jenkinsfile index 6e6db58..a4f837b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,6 +18,7 @@ pipeline { } stage('Run shell script') { steps { + sh 'chmod +x test.sh' sh './test.sh' archiveArtifacts 'train.csv' }