fixed Jenkinsfile

This commit is contained in:
s464906 2024-03-26 21:53:23 +01:00
parent bab006a62b
commit acda08e0bd

1
Jenkinsfile vendored
View File

@ -10,6 +10,7 @@ pipeline {
stage('Run shell script') { stage('Run shell script') {
steps { steps {
script { script {
chmod +x data_processing.sh
sh './data_processing.sh' sh './data_processing.sh'
} }
} }