Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #5314 was successful

Job: Release to Maven was successful

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Job result summary

Completed
Duration
13 minutes
Agent
xiao.openmrs.org
Revisions
Git
404d6da5be1378a07d8dec2a255e9e3c46e65854
Release scripts
cebe6dcb943ff033576f2d65053e5ad420701213
Successful since
#5174 ()

Error summary

The build generated some errors. See the full build log for more details.

+ 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/CA-CA-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 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 \
      glib2 \
      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 \
      -s \
      -r 3.1.0 \
      -d 3.2.0-SNAPSHOT \
      -e https://github.com/openmrs/openmrs-module-coreapps.git \
      -p docker