1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00
2020-06-23 15:56:56 +02:00

25 lines
262 B
YAML

Init:
unstash: []
stashes:
- name: "source"
includes: "**/*"
'Prepare System':
unstash:
- source
stashes: []
ATC:
unstash:
- source
stashes: []
'Clone Repositories':
unstash:
- source
stashes: []
Post:
unstash: []
stashes: []