1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/resources/com.sap.piper/pipeline/stashSettings.yml
2020-03-16 12:52:58 +01:00

29 lines
351 B
YAML

Init:
unstash: []
stashes:
- name: "source"
includes: "**/*"
excludes: ".pipeline/**"
'Pull-Request Voting':
unstash:
- source
stashes: []
Build:
unstash:
- source
stashes: []
Acceptance:
unstash:
- buildResult
- deployDescriptor
stashes: []
Release:
unstash:
- buildResult
- deployDescriptor
stashes: []