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