mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-22 05:33:10 +02:00
f67cbbe0a7
* Add AUnit stage * Add AUnit stage to ABAP Pipeline * Add Groovy Tests * surround header with space line * correct class name * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * adapt Pipeline Tests * Update tests & docu * adapt tests * Fix Pipeline Tests * adapt tests * Adapt tests * Adapt tests * docu fixes * Adapt tests * Improve Tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt host config * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * Adapt tests * adapt docu links * adapt docu links * adapt docu links * adapt docu links * Add example to config docu * change docu * Change host check * Adapt tests * Add Prepare System defaults * Change Prepare System defaults * return after writing xml results * change logging * return after results have been persisted * Change host check * echo test * echo test * echo test * echo test * echo test * config host checker working * Enable host groovy test * remove duplicates * docu extension AUnit extension stage * Remove trailing spaces * package restrictions added to docu * correct to type * correct type aunit tests * add capital letters to docu examples * remove escape * adapt unit tests Co-authored-by: Daniel Mieg <daniel.mieg@sap.com> Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
56 lines
567 B
YAML
56 lines
567 B
YAML
Init:
|
|
unstash: []
|
|
stashes:
|
|
- name: "source"
|
|
includes: "**/*"
|
|
|
|
'Initial Checks':
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
'Prepare System':
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
'Clone Repositories':
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
'ATC':
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
'AUnit':
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
Build:
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
'Integration Tests':
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
Confirm:
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
Publish:
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
Post:
|
|
unstash:
|
|
- source
|
|
stashes: []
|