Builds and publishes the O3 Frontend

Build: #9 failed Code changes detected

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
2 seconds
Labels
None
Agent
ploong.openmrs.org
Revision
7c93ba0c88f595e1a915e8f3b3dc33ccbbe90e79
Failing since
#8 (Changes by Rafal Korytkowski)
No failed test found. A possible compilation error occurred.

Responsible

  • Rafal Korytkowski Rafal Korytkowski Automatically assigned

Code commits

Author Commit Message Commit date
Rafal Korytkowski Rafal Korytkowski 7aaee1f6a1556706d41844ad1b82dd7afa74d8c6 m Update stockmanagement to supported version
Rafal Korytkowski Rafal Korytkowski 88c5b11438c0366337c6acc1655a139d9ca3654c m Upgrading modules due to TRUNK-6382
Rafal Korytkowski Rafal Korytkowski 4c4c383d38fe4c581a39c17f354522231bf58736 m Update pom.xml
Rafal Korytkowski Rafal Korytkowski 7c93ba0c88f595e1a915e8f3b3dc33ccbbe90e79 m Upgrading core to 2.8.1-SNAPSHOT
Rafal Korytkowski Rafal Korytkowski 9e2a317b173d8d517be66163ba989d5580b57780 m Upgrading modules due to TRUNK-6382

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-6382Could not obtain issue details from Jira

Error summary for Default Job

The job generated some errors, drill down into the full build log for more details.

+ export IMAGE=openmrs/openmrs-reference-application-3-frontend
+ IMAGE=openmrs/openmrs-reference-application-3-frontend
+ docker login -u openmrsci -p ********
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores

++ date +%s
+ docker buildx build --pull --push --platform linux/amd64,linux/arm64 --build-arg CACHE_BUST=1755681232 -t openmrs/openmrs-reference-application-3-frontend:nightly-core-2.8 -t openmrs/openmrs-reference-application-3-frontend:dev3-core-2.8 frontend/
ERROR: Multi-platform build is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.
Learn more at https://docs.docker.com/go/build-multi-platform/