.
This commit is contained in:
parent
abc02773ae
commit
8f9d32d70d
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -5,7 +5,8 @@ pipeline {
|
||||
string(
|
||||
defaultValue: '1000',
|
||||
description: 'cutoff',
|
||||
name: 'CUTOFF'
|
||||
name: 'CUTOFF',
|
||||
trim:false
|
||||
)
|
||||
}
|
||||
|
||||
@ -18,7 +19,7 @@ pipeline {
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'chmod +x preparations.sh'
|
||||
sh "./preparations.sh $(CUTOFF)"
|
||||
sh './preparations.sh "$(CUTOFF)"'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts'){
|
||||
|
Loading…
Reference in New Issue
Block a user