hi @rampai, In one of the projects I worked on, we implemented a CI/CD pipeline where the code was built in both our Jenkins instances and AEM CM in parallel. The CM outcome was mandatory for successfully completing the pipeline. When we introduced parallel execution for JUnit tests, the build proce...