fixed Jenkinsfile

This commit is contained in:
s464906 2024-03-26 21:53:23 +01:00
parent bab006a62b
commit acda08e0bd
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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