Alex Li, Jack Rui
Different Infrastructure
Munich's Jenkins agent has all dependencies/tools required by pkg build installed.
Warriors's Jenkins agents are shared between teams
All in POM
All build and test steps are included in POM and not separated stages in pipeline.
Different environments
Local build environment is different with CI.
TEST_MODULE
| - ci
| - docker-compose.yml
| - verify.sh
| - teardown.sh
in Jenkins file, you can find a stage for the test
Similar pattern with above except the ci folder under the project root