Web Tier Pipeline (Dispatcher) for AEM as a Cloud Service - Not working
Hi all,
I have set up a new pipeline to deploy only the Dispatcher configuration. The Dispatcher configuration is pretty much the OOTB one, with just a couple of minor changes.
The issue is that the pipeline fails but there seem to be no way to understand what's causing it. Here's the screenshot of the pipeline after a try:

There are 2 logs available: build_dispatcher_build.log and build_dispatcher_validation.log (logs.zip). Both of them seem OK, no errors highlighted and both steps finish successfully.
However, as you can see in the image, the pipeline fails.
I would like to know how can I get more information about the problem. Or if someone else has experienced the same issue.
Thanks!
Details
Local Test
I have tested the Dispatcher locally and it works just fine.
I have also used the validator tools that come with the Dispatcher module to validate the Dispatcher configuration module, all of them were OK:
~/aem/dispatcher-sdk-2.0.88 $
bin/validator dispatcher ../../repo/aem/dispatcher/src/
Cloud manager validator 2.0.34
2022/03/09 14:31:47 No issues found
~/aem/dispatcher-sdk-2.0.88 $
bin/validator httpd ../../repo/aem/dispatcher/src/
Cloud manager validator 2.0.34
2022/03/09 14:32:01 No issues found
~/aem/dispatcher-sdk-2.0.88 $
bin/validator full -d out ../../repo/aem/dispatcher/src/
Cloud manager validator 2.0.34
2022/03/09 15:24:29 No issues found
My setup
AEM RELEASE: 2022.2.6433.20220223T194056Z
REGION: EAST US
AEM Project and Dispatcher config created using Maven Archetype for AEM Cloud projects (https://github.com/adobe/aem-project-archetype/releases/tag/aem-project-archetype-35)
Dispatcher version used for local testing: 2.0.88
Pipeline

