Build: #2 failed Manual run from the stage: Release by Mark Goodrich

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
10 minutes
Labels
None
Revisions
Git
d2c56fbf9bb30a004cade6febe6e2a55c9a44489
Release scripts
d5831e94deff58c79f07afa118e3aad928391687
Fixed in
#3 (Manual run by Mark Goodrich)
No failed test found. A possible compilation error occurred.

Responsible

No one has taken responsibility for this failure

Code commits

Git
Author Commit Message Commit date
Michael Seaton <mseaton@pih.org> Michael Seaton <mseaton@pih.org> d2c56fbf9bb30a004cade6febe6e2a55c9a44489 m REPORT-916 - Add bamboo spec for 1.x branch
Michael Seaton <mseaton@pih.org> Michael Seaton <mseaton@pih.org> 773ba6ccd4327de666f97b331cd5c199c341ae25 m REPORT-916 - Support loading custom renderers via config (#265)

Configuration changes

Plan configuration has changed since the last successful build. See the plan audit log for more details.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeREPORT-916Could not obtain issue details from Jira

Error summary for Release to Maven

The job generated some errors, drill down into the full build log for more details.

+ docker pull maven:3.9.9-amazoncorretto-21
+ docker run -v m2-repo:/root/.m2/repository -v /home/bamboo-agent/.m2/settings.xml:/root/.m2/settings.xml:ro -v /data/bamboo-agent/xml-data/build-dir/REP-RM1-RTMVN:/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 maven:3.9.9-amazoncorretto-21 bash -c '
    yum -y install git &&
    yum clean all &&
    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 1.29.0 \
      -d 2.0.0-SNAPSHOT \
      -e https://github.com/openmrs/openmrs-module-reporting.git
  '
[ERROR] mvn release:prepare failed. Attempting to do a release rollback.
[ERROR] mvn release:prepare failed, scroll up the logs to see the error. release:rollback was attempted. Delete the tag from the repository (if it exists), check if the SCM tag is a ssh and not http and try again.