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

29 lines
351 B
YAML
Raw Normal View History

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: []