-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
Acceptance Criteria (Required on creation):
The Bridge artifact is picked up correctly in the release procedure and transferred to the Download Center.
Hints (Optional):
- As described in INFRA-2306, the routine to transfer the release artifact of the Bridge to the Download Center is not picking up the right artifact
- The routine expects an artifact named after the repository - this is not the case anymore as the repository was renamed with an attached "-ee" suffix
- Instead of picking up the correct ZIP file, a ZIP of ALL of the project's created artifacts is created and transferred
- There are at least two possible solutions:
- Rename the artifact by adding a suffix "-ee" to it. The routine will pick up the right artifact again. We would need to mark such a change in the update guide.
- Adjust the routine that transfers the artifact to allow for an artifact name that can differ from the repository name. This would increase the robustness of that mechanism a lot, but might also require more changes than than solution #1.