fixed Jenkinsfile

This commit is contained in:
s464906 2024-03-26 21:41:41 +01:00
parent 5155f93262
commit 92677541f0

2
Jenkinsfile vendored
View File

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