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.
This commit is contained in:
Tom Willemse 2020-10-09 23:27:53 -07:00
parent d5e49d2a5c
commit 9095479324

4
Jenkinsfile vendored
View file

@ -1,6 +1,10 @@
pipeline {
agent none
options {
preserveStashes()
}
stages {
stage('Build') {
parallel {