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:
parent
d5e49d2a5c
commit
9095479324
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,6 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
|
|
||||||
|
options {
|
||||||
|
preserveStashes()
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
parallel {
|
parallel {
|
||||||
|
|
Loading…
Reference in a new issue