Zaktualizuj 'Jenkinsfile'
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
Michał Zaręba 2021-05-10 13:34:43 +02:00
parent 89f316f10e
commit a2d87764dc

1
Jenkinsfile vendored
View File

@ -26,7 +26,6 @@ pipeline{
steps{
withEnv(["CUTOFF=${params.CUTOFF}"]) {
sh "chmod 777 ./script.sh"
sh "./script.sh"
}
}}
stage('Archive artifacts'){