1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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()
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}"