mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
parent
6823748696
commit
b6d2e7ccf1
@ -2,6 +2,11 @@
|
||||
|
||||
## ${docGenDescription}
|
||||
|
||||
### Artifacts
|
||||
|
||||
- addonDescriptorFile (addon.yml)
|
||||
The addonDescriptorFile as specified in parameter addonDescriptorFileName is archived as artifact. This is done as this file is the main configuration and usually changed with every run. Thus it simplifies support if the corresponding configuration file is directly accessible in the pipeline.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
* The credentials to access the AAKaaS (Technical Communication User) must be stored in the Jenkins Credential Store
|
||||
|
@ -2,6 +2,11 @@
|
||||
|
||||
## ${docGenDescription}
|
||||
|
||||
### Artifacts
|
||||
|
||||
- package logs ({packagename}.zip)
|
||||
This archive contains all relevant transport logs per assembled package which might be needed for detailed analysis in case of support requests or for audit purpose. For productive builds it might be advisable to store this file as well as the overall pipeline run logs in a revision proof manner. For every assembled package an respective zip archive with its related logs are created and archived as artifact.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
* A SAP BTP, ABAP environment system is available.
|
||||
|
Loading…
Reference in New Issue
Block a user