fixed Jenkinsfile-stats
This commit is contained in:
parent
70897f0e4b
commit
40a75bc36b
@ -28,6 +28,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Set execute permission') {
|
||||
steps {
|
||||
script {
|
||||
sh 'chmod +x data_processing.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Run shell script') {
|
||||
steps {
|
||||
script {
|
||||
|
Loading…
Reference in New Issue
Block a user