Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Julian Ladisch
Julian LadischPriority
Development Team
Core: Platform
Fix versions
Release
Lotus (R1 2022) Bug Fix
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 11, 2022 at 12:48 PM
Updated April 25, 2022 at 11:10 AM
Resolved March 10, 2022 at 9:42 AM
The "Docker Build" stage in Jenkins takes 45 seconds. It builds the Docker container and runs the health test.
ModTenantAPIIT.java is an integration test that builds the Docker container.
Moving the health test from Jenkins into ModTenantAPIIT saves 44 seconds because the existing Docker container can be used.