This commit is contained in:
Maciej 2021-03-29 02:48:01 +02:00
parent fc34a89d8d
commit 2e75cb7e1b

2
Jenkinsfile vendored
View File

@ -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 './preparations.sh $(CUTOFF)'
sh 'echo $(CUTOFF)' sh 'echo $(CUTOFF)'
sh './preparations.sh $(CUTOFF)'
} }
} }
stage('archiveArtifacts'){ stage('archiveArtifacts'){