CI plan for the uicommons module. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #6 was successful

Job: Build and Test JDK 8 was successful

Job result summary

Completed
Duration
1 minute
Agent
xindi.openmrs.org
Revision
41673ded1d0e7e538efd8a065e321a50b587937e
Successful since
#4 ()

Error summary

The build generated some errors. See 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/bamboo-agent/xml-data/build-dir/UICM-UCML-BTJ8:/module --rm -w /module maven:3.9.9-amazoncorretto-8 bash -c '
    yum install -y \
      atk \
      at-spi2-atk \
      cups-libs \
      gtk3 \
      libXcomposite \
      libXcursor \
      libXdamage \
      libXext \
      libXi \
      libXrandr \
      libXScrnSaver \
      libXtst \
      pango \
      alsa-lib \
      libdrm \
      xdg-utils \
      nss \
      libxkbcommon \
      GConf2 && \
    mvn clean package -Pdocker && \
    chmod -R 777 .
  '