Skip to content
Snippets Groups Projects
Commit 54c56f6c authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

Jenkins: add git-cache init before build

parent 40c84dee
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment