Build: #3 failed Manual run from the stage: Release by Mark Goodrich

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
9 minutes
Flags
Rebuild
Labels
None
Revisions
Git
42bc2ef78bc06363a996ea4120eb9777429522be
Release scripts
d5831e94deff58c79f07afa118e3aad928391687
Fixed in
#4 (Manual run by Mark Goodrich)
Number of retries
1
No failed test found. A possible compilation error occurred.

Responsible

  • mogoodrich Automatically assigned

Code commits

Git
Author Commit Message Commit date
mogoodrich <mgoodrich@pih.org> mogoodrich <mgoodrich@pih.org> 42bc2ef78bc06363a996ea4120eb9777429522be FM2-668: Typo in "fulfillerStatus" extension
(cherry picked from commit b55a93840a9bac6d4086a029910d5eaed83149c2)
mogoodrich <mgoodrich@pih.org> mogoodrich <mgoodrich@pih.org> aefe93cfea51f31e8a2d99e76f608f48163e0684 FM2-668: Typo in "fulfillerStatus" extension
(cherry picked from commit fc4ed49b97164a9cd0145a4840a64ec779987b69)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeFM2-668Could 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.

+ 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/FHIR-FM227-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' -e 'MAVEN_ARGS=-pl api,api-2.5,api-2.6,api-2.7,omod' --rm -w=/module maven:3.9.9-amazoncorretto-8 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.7.1 \
      -d 2.7.2-SNAPSHOT \
      -e https://github.com/openmrs/openmrs-module-fhir2 \
      -s
  '
bash: line 7: ./release-scripts/release-prepare-perform.sh: No such file or directory