test
This commit is contained in:
parent
512c7ff9fb
commit
d43e106ef4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
||||
stage('Shell') {
|
||||
steps {
|
||||
sh 'chmod 777 ./data_processing.sh'
|
||||
sh './data_processing.sh ${params.CUTOFF}'
|
||||
sh "./data_processing.sh ${params.CUTOFF}"
|
||||
}
|
||||
}
|
||||
stage('Artifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user