Zaktualizuj 'jenkinsfile'

.
This commit is contained in:
Julian Zabłoński 2022-03-27 18:35:53 +02:00
parent 15930dc34d
commit 3a09c16a4c

View File

@ -13,7 +13,7 @@ pipeline {
// Checkout to a specific branch in your repo. // Checkout to a specific branch in your repo.
sh "git checkout master" sh "git checkout master"
sh "chmod u+x ./script.sh" sh "chmod u+x ./script.sh"
sh "script.sh"
} }
} }
} }