Build: #2 failed

Job: Release to maven failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
6 minutes
Agent
xindi.openmrs.org
Revisions
Git
58a8541e820c18182f6c4cd6a99bf992e0f310a6
Release scripts
ced9ff00825ca1cb8c744547be4ba8ff994bd71b
No failed test found. A possible compilation error occurred.

Configuration changes

Job Release to maven with key CALC-CML-RTM no longer exists.

Error summary

The build generated some errors. See the full build log for more details.

+ export IMAGE=openmrs/openmrs-core:dev-amazoncorretto-21
+ IMAGE=openmrs/openmrs-core:dev-amazoncorretto-21
+ docker pull openmrs/openmrs-core:dev-amazoncorretto-21
+ docker run -v m2-repo:/root/.m2/repository -v /home/bamboo-agent/bamboo-agent/xml-data/build-dir/CALC-CML-RTM:/module --rm -w=/module openmrs/openmrs-core:dev-amazoncorretto-21 bash -c 'chmod -R 777 .'
+ export IMAGE=openmrs/openmrs-core:dev-amazoncorretto-21
+ IMAGE=openmrs/openmrs-core:dev-amazoncorretto-21
+ docker pull openmrs/openmrs-core:dev-amazoncorretto-21
+ docker run -v m2-repo:/root/.m2/repository -v /home/bamboo-agent/.m2/settings.xml:/root/.m2/settings.xml:ro -v /home/bamboo-agent/bamboo-agent/xml-data/build-dir/CALC-CML-RTM:/module -v /home/bamboo-agent/.ssh/github:/root/.ssh:ro -e GIT_USER_NAME=openmrs-bot -e GIT_USER_EMAIL=infrastructure@openmrs.org -e 'GIT_SSH_COMMAND=ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' --rm -w=/module openmrs/openmrs-core:dev-amazoncorretto-21 bash -c '
   
    git config --global user.email "$GIT_USER_EMAIL" &&
    git config --global user.name "$GIT_USER_NAME" &&
    git config --global --add safe.directory /module &&
    ./release-scripts/release-prepare-perform.sh \
      -r 2.0.0-alpha \
      -d 2.0.0-SNAPSHOT \
      -e https://github.com/openmrs/openmrs-module-calculation.git
  '
[ERROR] mvn release:perform failed. Fix the problem and try another release number.