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

Add separate reproducibility check workflow #271

Merged
merged 18 commits into from
Dec 3, 2024

Conversation

ppkarwasz
Copy link
Contributor

Adds a reproducibility check workflow based on a Nexus repository and not the local Maven repo.

We also deprecate the reproducibility check in build-reusable.yaml.

This adds two outputs to both the `deploy-release-reusable` and `deploy-snapshot-reusable` workflows:

- `project-version`: contains the version of the deployed project.
- `project-repository-url`: contains the URL of the Nexus repository, where the artifacts were deployed.

[It also fixes a small YAML syntax error, ignored by GitHub, but reported by IDEA]
The version of the project is not necessary, since it should be hardcoded in the `pom.xml`.

We replace `project-repository-url` with `nexus-url` to be more coherent with the name of the environment variable.
Adds a reproducibility check workflow based on a Nexus repository and not the local Maven repo.

We also deprecate the reproducibility check in `build-reusable.yaml`.
This prevents name collisions if `build-reusable` is called multiple
times.
@ppkarwasz
Copy link
Contributor Author

Before reviewing this, please check #270 on which this PR is based.

Base automatically changed from feature/deployment-outputs to main December 3, 2024 09:18
@ppkarwasz ppkarwasz merged commit d08f514 into main Dec 3, 2024
7 checks passed
@ppkarwasz ppkarwasz deleted the feature/reproducibility-check branch December 3, 2024 10:01
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.

1 participant