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:
parent
fc7fa9f293
commit
cb6b34f042
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user