diff --git a/documentation/docs/steps/abapAddonAssemblyKitCheckPV.md b/documentation/docs/steps/abapAddonAssemblyKitCheckPV.md index 09a2755c4..2502b027d 100644 --- a/documentation/docs/steps/abapAddonAssemblyKitCheckPV.md +++ b/documentation/docs/steps/abapAddonAssemblyKitCheckPV.md @@ -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 diff --git a/documentation/docs/steps/abapEnvironmentAssemblePackages.md b/documentation/docs/steps/abapEnvironmentAssemblePackages.md index f18f8f44c..e8a9776df 100644 --- a/documentation/docs/steps/abapEnvironmentAssemblePackages.md +++ b/documentation/docs/steps/abapEnvironmentAssemblePackages.md @@ -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.