This commit is contained in:
Maciej 2021-03-29 02:51:34 +02:00
parent 2e75cb7e1b
commit 99dfac564c

4
Jenkinsfile vendored
View File

@ -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'){