This commit is contained in:
Maciej 2021-03-29 02:46:50 +02:00
parent 2f7cf89520
commit 00760b702d

3
Jenkinsfile vendored
View File

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