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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
CI has trouble publishing SNAPSHOT builds when a merge to master occurs. We are hitting 401 http code even though the credentials are correct (works for release branch). Looking into the timeline that this started to show, it seems that the build started to fail once we started to create SNAPSHOT builds for patch releases (eg. 5.1.x versions). I think version number is not taken in account, it tracks when a new version is first build and treats that as latest version.
CI has trouble publishing SNAPSHOT builds when a merge to master occurs. We are hitting
401http code even though the credentials are correct (works for release branch). Looking into the timeline that this started to show, it seems that the build started to fail once we started to create SNAPSHOT builds for patch releases (eg. 5.1.x versions). I think version number is not taken in account, it tracks when a new version is first build and treats that as latest version.Relevant links
cc @zugaldia