Zaktualizuj 'jenkinsfile'

fix
This commit is contained in:
Julian Zabłoński 2022-03-27 18:36:27 +02:00
parent 3a09c16a4c
commit bb154edb41

View File

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