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