fixed Jenkinsfile
This commit is contained in:
parent
92677541f0
commit
c019f3306e
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