fixed Jenkinsfile-stats

This commit is contained in:
s464906 2024-03-26 22:40:25 +01:00
parent 40a75bc36b
commit bf351f963a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline {
stage('Set execute permission') {
steps {
script {
sh 'chmod +x data_processing.sh'
sh 'chmod +x calculate_stats.sh'
}
}
}