Jenkins: add git-cache init before build
This commit is contained in:
parent
40c84dee66
commit
54c56f6c3c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user