Builds, runs unit tests and deploys artifacts to nexus repo

Build: #8 failed Manual run from the stage: Release by Mike Seaton

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
17 minutes
Labels
None
Revisions
Git
732a528dade7e9c1254569eacd99b57822e81169
Release scripts
ced9ff00825ca1cb8c744547be4ba8ff994bd71b
Fixed in
#11 (Manual run from the stage: Release by Mike Seaton)
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
Ruhanga <41738040+Ruhanga@users.noreply.github.com> Ruhanga <41738040+Ruhanga@users.noreply.github.com> 732a528dade7e9c1254569eacd99b57822e81169 HTMLWIDGETS-26: Disable forced clean builds and remove permissions resolution tasks (#12)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeHTMLWIDGETS-26Could 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-21
+ IMAGE=maven:3.9.9-amazoncorretto-21
+ docker pull maven:3.9.9-amazoncorretto-21
+ docker run -v m2-repo:/root/.m2/repository -v /data/bamboo-agent/xml-data/build-dir/HTMLWIDGETS-HWL-RTMVN:/module --rm -w=/module maven:3.9.9-amazoncorretto-21 bash -c 'chmod -R 777 .'
+ export IMAGE=maven:3.9.9-amazoncorretto-21
+ IMAGE=maven:3.9.9-amazoncorretto-21
+ 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/HTMLWIDGETS-HWL-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 2.0.0 \
      -d 2.1.0-SNAPSHOT \
      -e https://github.com/openmrs/openmrs-module-htmlwidgets.git
  '
bash: line 7: ./release-scripts/release-prepare-perform.sh: No such file or directory