Skip to content
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

Feature/epmrpp 98957 add reusable Java workflow with authorization and Jobs service for releases #152

Merged
merged 4 commits into from
Jan 31, 2025

Conversation

EricesNicolas
Copy link
Contributor

@EricesNicolas EricesNicolas commented Jan 29, 2025

Java Build and Release Automation:

The workflow handles Java project builds, ensuring that the service artifacts are consistently compiled and published.
Integrated with Gradle to execute the defined build command (./gradlew build).

Master Branch Enforcement:

The branch input is now explicitly set to master, ensuring that the workflow is always executed on the correct branch.
Removed redundant branch validation since the checkout step enforces this behavior.

Improved Release Management:

Ensures that artifacts are built and uploaded according to the release version.
Prevents issues where outdated or mismatched builds could be published.

@EricesNicolas EricesNicolas changed the title Feature/epmrpp 98957 add reusable Java workflow with authorization and API service for PRs Feature/epmrpp 98957 add reusable Java workflow with authorization and Jobs service for releases Jan 29, 2025
@hlebkanonik hlebkanonik merged commit 40c28e0 into develop Jan 31, 2025
8 checks passed
@hlebkanonik hlebkanonik deleted the feature/EPMRPP-98957 branch January 31, 2025 14:26
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.

3 participants