Plan for the LegacyUI module Latest

Build: #19 was successful

Job: Release to maven was successful

Job result summary

Completed
Duration
8 minutes
Agent
xindi.openmrs.org
Revisions
Git
66f4845ce0a495449c3b12299020f191ec2fcef0
Release scripts
cebe6dcb943ff033576f2d65053e5ad420701213

Error summary

The build generated some errors. See 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 /home/bamboo-agent/.m2/settings.xml:/root/.m2/settings.xml:ro -v /data/bamboo-agent/xml-data/build-dir/LU-LUL-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-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-legacyui.git
  '