aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-09 23:27:53 -0700
committerGravatar Tom Willemse2020-10-09 23:27:53 -0700
commit90954793240bfc2de3294f72f93737dfbac0a5b9 (patch)
treeec9210d0991fe1297c15bd3aa7d849cbe2b13047 /Jenkinsfile
parentd5e49d2a5c13c511750943bd8cc202cdd46f3611 (diff)
downloadnew-ryuslash.org-90954793240bfc2de3294f72f93737dfbac0a5b9.tar.gz
new-ryuslash.org-90954793240bfc2de3294f72f93737dfbac0a5b9.zip
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.
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 4 insertions, 0 deletions
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 {