Build: #2 failed Manual run from the stage: Release by Nathan Ruhanga

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
11 minutes
Labels
None
Revisions
Git
58a8541e820c18182f6c4cd6a99bf992e0f310a6
Release scripts
ced9ff00825ca1cb8c744547be4ba8ff994bd71b
Fixed in
#3 (Manual run by Nathan Ruhanga)
No failed test found. A possible compilation error occurred.

Responsible

  • Darius Jazayeri Darius Jazayeri Automatically assigned

Code commits

Git
Author Commit Message Commit date
Darius Jazayeri Darius Jazayeri 58a8541e820c18182f6c4cd6a99bf992e0f310a6 Bamboo was unable to extract changes between revision abe4f5341a7267c7de3118acf88223519f35fdc3 and 58a8541e820c18182f6c4cd6a99bf992e0f310a6.
Wikum Weerakutti <wikum@linuxdeveloper.space> Wikum Weerakutti <wikum@linuxdeveloper.space> 58a8541e820c18182f6c4cd6a99bf992e0f310a6 Update to platform 2.7.3 (#13)

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Error summary for Release to maven

The job generated some errors, drill down into 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.