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

Build: #5 was successful

Job: Build and Test JDK 21 was successful

Job result summary

Completed
Duration
1 minute
Agent
xiao.openmrs.org
Revision
6d5687356e57965644762182037a25ab91b4c4f0
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-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/bamboo-agent/xml-data/build-dir/UICM-UCML-BTJ21:/module --rm -w /module maven:3.9.9-amazoncorretto-21 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 .
  '