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

The watermarker pipeline does not check weather the other components can be build #62

Open
hnorkowski opened this issue May 28, 2024 · 0 comments
Labels
bug Something isn't working pipeline Build, Action, CI/CD etc.

Comments

@hnorkowski
Copy link
Contributor

hnorkowski commented May 28, 2024

🐞 Bug Report

Describe the Bug

Our current watermarker pipeline does not check weather the other components in the repo (cli and webinterface) that depend on the watermarker library can be compiled after the library got changed. This can lead to a state in which those components are not usable.

To Reproduce

Steps to reproduce the behavior:

  1. Commit a breaking change
  2. Publish changed library to (local) maven
  3. Try to compile the other components

Expected Behavior

The pipeline should fail in case a component is not build-able.

@hnorkowski hnorkowski added bug Something isn't working pipeline Build, Action, CI/CD etc. labels May 28, 2024
@hnorkowski hnorkowski changed the title The watermarker pipeline does not check weather the other components can be build with changed library The watermarker pipeline does not check weather the other components can be build May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pipeline Build, Action, CI/CD etc.
Projects
None yet
Development

No branches or pull requests

1 participant