Bug - Indexer Service ADO pipelines fail with recent changes to Indexer Service due to integration with schema-service.
ADO deployed pipelines recently started failing for Indexer Service Build. Research indicated that this was due to integration to schema-service and new Environment Variables required for testing that were not updated in the ADO Libraries.
This update ends up being a manual change to an ADO Library and is therefore a breaking change fix that has to be performed manually by any pipelines running Indexer-Service.
The following change needs to be added to the Azure Service Release - indexer-service
ADO library.
Variable MAVEN_INTEGRATION_TEST_OPTIONS
add another parameter -DHOST=$(HOST_URL)
Edited by Daniel Scholl