From c72cacd01031f2ee27b9ebc753f20f4492b54dc6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 29 Sep 2019 12:31:15 +0200 Subject: Jenkins: run on all nodes that support Docker --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 4383f230..9f9ec98f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,6 @@ pipeline { agent { dockerfile { filename 'Dockerfile' - label 'jessie-amd64' dir 'docker' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006' } -- cgit v1.2.3