.
This commit is contained in:
parent
2e75cb7e1b
commit
99dfac564c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -19,8 +19,8 @@ pipeline {
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'chmod +x preparations.sh'
|
||||
sh 'echo $(CUTOFF)'
|
||||
sh './preparations.sh $(CUTOFF)'
|
||||
sh 'echo ${CUTOFF}'
|
||||
sh './preparations.sh ${CUTOFF}'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts'){
|
||||
|
Loading…
Reference in New Issue
Block a user