From acdd5126c7f5c14f84ae221050f8d9468dabe1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20GLON?= Date: Thu, 7 Dec 2017 09:30:56 +0100 Subject: [PATCH 1/2] Update Jenkinsfile --- .ci/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index fa58bf99..ae0a6de9 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -438,7 +438,6 @@ def withBuildNode(String phpVersion, body) { resourceRequestCpu: '500m', resourceRequestMemory: '1000Mi') ], volumes: [ - nfsVolume(mountPath: '/shared', serverAddress: "${env.NFS_IP}", serverPath: '/exports', readOnly: false), hostPathVolume(hostPath: "/var/run/docker.sock", mountPath: "/var/run/docker.sock") ]) { node("build-" + uuid) { From 31993aa08456adfe956594c0d3fcd5fe553c0e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20GLON?= Date: Thu, 7 Dec 2017 10:58:51 +0100 Subject: [PATCH 2/2] remove shared folder --- .ci/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index ae0a6de9..953c539e 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -433,7 +433,6 @@ def withBuildNode(String phpVersion, body) { command: 'cat', alwaysPullImage: true, envVars: [ - envVar(key: "COMPOSER_HOME", value: "/shared/.composer"), envVar(key: "COMPOSER_AUTH", value: "{\"github-oauth\":{\"github.com\": \"$token\"}}")], resourceRequestCpu: '500m', resourceRequestMemory: '1000Mi')