1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00
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: []