You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Commit a breaking change
Publish changed library to (local) maven
Try to compile the other components
Expected Behavior
The pipeline should fail in case a component is not build-able.
The text was updated successfully, but these errors were encountered:
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
🐞 Bug Report
Describe the Bug
Our current
watermarker
pipeline does not check weather the other components in the repo (cli
andwebinterface
) 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:
Expected Behavior
The pipeline should fail in case a component is not build-able.
The text was updated successfully, but these errors were encountered: