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
Since the addition of the withChecks (#49), I've been unable to build locally, due to the error:
Failed to resolve new artifacts: Could not find artifact io.jenkins.plugins:checks-api:hpi:1.2.0null in repo.jenkins-ci.org (https://repo.jenkins-ci.org/public/). The API analysis will not proceed.
Adding back the -SNAPSHOT to the pom doesn't help, as it then complains about breaking semantic versioning.
Out of interest, I tried bumping to 2.0.0 (with -SNAPSHOT), which succeeded, but with:
Failed to resolve old artifacts: Could not find artifact io.jenkins.plugins:checks-api:hpi:1.2.0${changelist} in repo.jenkins-ci.org (https://repo.jenkins-ci.org/public/). The API analysis will proceed comparing the new archives against an empty archive.
:(
The text was updated successfully, but these errors were encountered:
Since the addition of the
withChecks
(#49), I've been unable to build locally, due to the error:Adding back the
-SNAPSHOT
to the pom doesn't help, as it then complains about breaking semantic versioning.Out of interest, I tried bumping to
2.0.0
(with-SNAPSHOT
), which succeeded, but with::(
The text was updated successfully, but these errors were encountered: