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