fixed Jenkinsfile-stats

This commit is contained in:
s464906 2024-03-26 22:39:59 +01:00
parent 70897f0e4b
commit 40a75bc36b
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@ pipeline {
}
}
}
stage('Set execute permission') {
steps {
script {
sh 'chmod +x data_processing.sh'
}
}
}
stage('Run shell script') {
steps {
script {