From 90954793240bfc2de3294f72f93737dfbac0a5b9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 9 Oct 2020 23:27:53 -0700 Subject: [PATCH] Preserve stashes of the latest build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to help me inspect them to figure out why I can’t unstash them in the other job. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 4d31891..86307c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent none + options { + preserveStashes() + } + stages { stage('Build') { parallel {