From 90954793240bfc2de3294f72f93737dfbac0a5b9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 9 Oct 2020 23:27:53 -0700 Subject: Preserve stashes of the latest build 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(+) (limited to 'Jenkinsfile') 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 { -- cgit v1.2.3-54-g00ecf