fixed Jenkinsfile
This commit is contained in:
parent
bab006a62b
commit
acda08e0bd
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -10,6 +10,7 @@ pipeline {
|
|||||||
stage('Run shell script') {
|
stage('Run shell script') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
chmod +x data_processing.sh
|
||||||
sh './data_processing.sh'
|
sh './data_processing.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user