Skip to content

UIFR-226: Added support for Bamboo Specs. #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2025
Merged

Conversation

Ruhanga
Copy link
Member

@Ruhanga Ruhanga commented Jun 9, 2025

This adds support for Bamboo Specs, involving JDK 8, 11, 17, 21 and 24

Ticket: https://openmrs.atlassian.net/browse/UIFR-226


docker pull ${IMAGE}

docker run -v m2-repo:/root/.m2/repository -v ${PWD}:/module --rm -w="/module" ${IMAGE} bash -c 'chmod -R 777 .'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we running docker twice for each Java version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The difference is in the executed command for each of the docker runs. This here, is a task that should run before the main source-code checkout task and consequently before the main maven build task. This particular task (a docker run script involving ... chmod -R .) particularly helps to resolve file permission effects of previous builds or build-failures.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be resolved as agreed here.

@dkayiwa dkayiwa merged commit c065aa6 into openmrs:master Jun 10, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants