fixed Jenkinsfile-stats
This commit is contained in:
parent
40a75bc36b
commit
bf351f963a
@ -31,7 +31,7 @@ pipeline {
|
|||||||
stage('Set execute permission') {
|
stage('Set execute permission') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'chmod +x data_processing.sh'
|
sh 'chmod +x calculate_stats.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user