This commit is contained in:
Maciej 2021-03-29 02:39:39 +02:00
parent 48197edab6
commit abc02773ae

2
Jenkinsfile vendored
View File

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