Jenkinsfile: use download cache if available
This commit is contained in:
parent
63b02eaca3
commit
94be22c0c4
2
contrib/ci/Jenkinsfile
vendored
2
contrib/ci/Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh 'make update'
|
||||
sh 'make download'
|
||||
sh 'test -d /dl_cache && ln -s /dl_cache openwrt/dl || true'
|
||||
sh 'make -j$(nproc)'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user