Zaktualizuj 'jenkinsfile'

fix
This commit is contained in:
Julian Zabłoński 2022-03-27 18:33:05 +02:00
parent a760876bdc
commit 0ca6232075

View File

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