From 34dc13695e5ac86d4c974b8d57bec296b54b0cbd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 9 Oct 2020 23:57:28 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20preserve=20stashes=20between=20?= =?UTF-8?q?runs,=20don=E2=80=99t=20use=20global=20agent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b0d02a..4d31891 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,5 @@ pipeline { - agent any - - options { - preserveStashes() - } + agent none stages { stage('Build') {