Jenkins: add git-cache init before build

This commit is contained in:
smlng 2017-01-24 14:27:33 +01:00
parent 40c84dee66
commit 54c56f6c3c

1
Jenkinsfile vendored
View File

@ -161,6 +161,7 @@ def make_build(label, board, desc, arg)
deleteDir() deleteDir()
fetchPR(env.CHANGE_ID, "--depth=1", "") fetchPR(env.CHANGE_ID, "--depth=1", "")
def build_dir = pwd() def build_dir = pwd()
sh "./dist/tools/git/git-cache init"
timestamps { timestamps {
def apps = arg.join(' ') def apps = arg.join(' ')
echo "building ${apps} for ${board} on nodes with ${label}" echo "building ${apps} for ${board} on nodes with ${label}"