Jenkins: add git-cache init before build
This commit is contained in:
parent
40c84dee66
commit
54c56f6c3c
|
@ -161,6 +161,7 @@ def make_build(label, board, desc, arg)
|
|||
deleteDir()
|
||||
fetchPR(env.CHANGE_ID, "--depth=1", "")
|
||||
def build_dir = pwd()
|
||||
sh "./dist/tools/git/git-cache init"
|
||||
timestamps {
|
||||
def apps = arg.join(' ')
|
||||
echo "building ${apps} for ${board} on nodes with ${label}"
|
||||
|
|
Loading…
Reference in New Issue