summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorqxmips <13249609+qxmips@users.noreply.github.com>2021-02-03 07:05:54 +1000
committerGitHub <noreply@github.com>2021-02-02 22:05:54 +0100
commit38fa98af45d6c22d7d876bc724d957d2545d011a (patch)
treeb5738c35b4353300c21db931d39ef9d14c6eeb04 /packages/linux-kernel/Jenkinsfile
parent27d0d96ccdcc2b93e5900eb1b22e2fdae429c4ef (diff)
downloadvyos-build-38fa98af45d6c22d7d876bc724d957d2545d011a.tar.gz
vyos-build-38fa98af45d6c22d7d876bc724d957d2545d011a.zip
Jenkins: run containers with "reuseNode" to stay on the same node
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index c34b9d6a..72825e5a 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -50,6 +50,7 @@ node('Docker') {
pipeline {
agent {
docker {
+ reuseNode true
args "--sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006"
image "${env.DOCKER_IMAGE}"
alwaysPull true