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:
parent
40c84dee66
commit
54c56f6c3c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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
Block a user