fixed Jenkinsfile

This commit is contained in:
s464906 2024-03-26 21:44:31 +01:00
parent c019f3306e
commit 39f9668e23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Run shell script') {
steps {
script {
sh 'data_processing.sh'
sh '/data_processing.sh'
}
}
post {