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