mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-22 05:33:10 +02:00
8eb0c6aa48
* add check for instance parameter * remove default from yaml * adapt changes * Update stashSettings.yml * Unstash * Add echo * Stash changes * Remove changes * stash everything * Change it up * Change go * Switch to new solution * Try new stash * Remove compliance * Move Artifacts * Change stashing * Match others * Remove space * Test if warning goes away Co-authored-by: Jesse Awan <jesse.awan@sap.com>
48 lines
604 B
YAML
48 lines
604 B
YAML
Init:
|
|
unstash: []
|
|
stashes:
|
|
- name: "source"
|
|
includes: "**/*"
|
|
excludes: ".pipeline/**"
|
|
|
|
'Pull-Request Voting':
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
Build:
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
Integration:
|
|
unstash:
|
|
- source
|
|
- buildResult
|
|
stashes: []
|
|
|
|
Acceptance:
|
|
unstash:
|
|
- buildDescriptor
|
|
- buildResult
|
|
- deployDescriptor
|
|
stashes: []
|
|
|
|
Compliance:
|
|
unstash:
|
|
- source
|
|
stashes: []
|
|
|
|
Performance:
|
|
unstash:
|
|
- source
|
|
- buildResult
|
|
stashes: []
|
|
|
|
Release:
|
|
unstash:
|
|
- buildDescriptor
|
|
- buildResult
|
|
- deployDescriptor
|
|
stashes: []
|