Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

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

Stages & jobs

  1. Default Stage

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
67 minutes
Labels
None
Revisions
openmrs-module-webservices.rest
6a90b75b5cd5b7cf61826d9ee5890fd14dfc9fc5
Release scripts
d5831e94deff58c79f07afa118e3aad928391687
Fixed in
#1751 (Manual run from the stage: Release by Mark Goodrich)
No failed test found. A possible compilation error occurred.

Responsible

No one has taken responsibility for this failure

Code commits

openmrs-module-webservices.rest
Author Commit Message Commit date
chibongho <cbho@pih.org> chibongho <cbho@pih.org> 6a90b75b5cd5b7cf61826d9ee5890fd14dfc9fc5 Merge pull request #682 from openmrs/RESTWS-1002
RESTWS-1002 add translated exception message to 500 response if possible
Chi Bong Ho <cbho@pih.org> Chi Bong Ho <cbho@pih.org> d5cd9c71a914a9354b178715c916e98d00ebc353 add rawMessage
Chi Bong Ho <cbho@pih.org> Chi Bong Ho <cbho@pih.org> cc2196a3a0f2398eee04755190a1b6a51a459817 RESTWS-1002 add translated exception message to 500 response if possible

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRESTWS-1002Could 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.

+ export IMAGE=maven:3.9.9-amazoncorretto-8
+ IMAGE=maven:3.9.9-amazoncorretto-8
+ docker pull maven:3.9.9-amazoncorretto-8
+ 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/RESTWS-RESTWS-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 maven:3.9.9-amazoncorretto-8 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 3.0.0 \
      -d 3.1.0-SNAPSHOT \
      -e https://github.com/openmrs/openmrs-module-webservices.rest.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.