diff options
author | qxmips <13249609+qxmips@users.noreply.github.com> | 2021-02-03 07:05:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 22:05:54 +0100 |
commit | 38fa98af45d6c22d7d876bc724d957d2545d011a (patch) | |
tree | b5738c35b4353300c21db931d39ef9d14c6eeb04 /Jenkinsfile | |
parent | 27d0d96ccdcc2b93e5900eb1b22e2fdae429c4ef (diff) | |
download | vyos-build-38fa98af45d6c22d7d876bc724d957d2545d011a.tar.gz vyos-build-38fa98af45d6c22d7d876bc724d957d2545d011a.zip |
Jenkins: run containers with "reuseNode" to stay on the same node
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 1289cf5b..1429b00b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -110,6 +110,7 @@ pipeline { } agent { dockerfile { + reuseNode true filename 'Dockerfile' dir 'docker' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006' |