1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Unstash buildDescriptor where neoDeploy may need it (#2408)

This commit is contained in:
Stephan Aßmus 2020-11-19 19:18:00 +01:00 committed by GitHub
parent fc7fa9f293
commit cb6b34f042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +1,31 @@
Init:
unstash: []
stashes:
- name: "source"
includes: "**/*"
excludes: ".pipeline/**"
- name: "source"
includes: "**/*"
excludes: ".pipeline/**"
'Pull-Request Voting':
unstash:
- source
- source
stashes: []
Build:
unstash:
- source
- source
stashes: []
Integration:
unstash:
- source
- buildResult
- source
- buildResult
stashes: []
Acceptance:
unstash:
- buildResult
- deployDescriptor
- buildDescriptor
- buildResult
- deployDescriptor
stashes: []
Performance:
@ -35,6 +36,7 @@ Performance:
Release:
unstash:
- buildResult
- deployDescriptor
- buildDescriptor
- buildResult
- deployDescriptor
stashes: []