Zaktualizuj 'jenkinsfile'
fix
This commit is contained in:
parent
3a09c16a4c
commit
bb154edb41
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user