1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Update limitations in abapEnvironmentAddons (#2821)

* Update limitations in abapEnvironmentAddons

* Update abapEnvironmentAddons.md
This commit is contained in:
Peter Persiel 2021-05-07 13:46:21 +02:00 committed by GitHub
parent aafda73f41
commit c43afe1355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,11 @@
# Build and Publish Add-on Products on SAP BTP, ABAP Environment
!!! caution Current limitations
Please use the long commit ID in the commit ID field in the add-on descriptor file currently, if you are using the short commit ID the build process will fail.
To retrieve the long commit id, go into the Manage Software Components app, navigate to the branch, select the commit in the list of commits, field "Long Commit ID" becomes available.
This issue is planned to be resolved ABAP Environment release 2105.
!!! caution "Current limitations"
- [2102 only] TABU entries are currently not reflected in the object list during add-on build. With ABAP Environment release 2105 this will be supported.
- [2102 only] Using the short commit id in the add-on descriptor file does not work currently. Retrieve the long commit id instead by navigating to the branch in the Manage Software Components app, and selecting the commit in the list of commits.
This issue will be resolved with ABAP Environment release 2105.
- gCTS-related restrictions apply, please refer to [gCTS: restrictions in supported object types](https://launchpad.support.sap.com/#/notes/2888887)
## Introduction