This commit is contained in:
Maciej 2021-03-29 02:47:48 +02:00
parent 00760b702d
commit fc34a89d8d

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
steps {
sh 'chmod +x preparations.sh'
sh './preparations.sh $(CUTOFF)'
sh '$(CUTOFF)'
sh 'echo $(CUTOFF)'
}
}
stage('archiveArtifacts'){