You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
Unstash buildDescriptor where neoDeploy may need it (#2408)
This commit is contained in:
@@ -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: []
|
||||
|
Reference in New Issue
Block a user