This commit is contained in:
PawelDopierala 2024-03-27 02:35:12 +01:00
parent 512c7ff9fb
commit d43e106ef4

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
stage('Shell') { stage('Shell') {
steps { steps {
sh 'chmod 777 ./data_processing.sh' sh 'chmod 777 ./data_processing.sh'
sh './data_processing.sh ${params.CUTOFF}' sh "./data_processing.sh ${params.CUTOFF}"
} }
} }
stage('Artifacts') { stage('Artifacts') {