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
I'm setting up a new Jenkins system - ours is more than 4yo I installed the addons and configured them based on the old system, created a maven project, with the same settings as on the old one, and trying to build it The build fails because Jenkins is trying to publish artifacts to the self-hosted Artifactory OSS, but it fails since the file names have vcs tags appended to the filename
The error is The requested URL /artifactory/libs-snapshot-local/com///2.5.24-SNAPSHOT/-2.5.24-SNAPSHOT.jar;vcs.revision=9d1e9881e4bb41a7430301485b81b29aeef7ffb2;build.timestamp=1727297896823;build.name=;build.number=567;vcs.branch=origin/master;vcs.url=https://bitbucket.org// was not found on this server.
the old system deploys artifacts without vcs tags
the old system is Jenkins 2.263.4, Artifactory plugin 3.6.2 the new one is Jenkins 2.462.2, Artifactory plugin 4.0.8
how do i get rid of these tags being appended?
The text was updated successfully, but these errors were encountered:
I'm setting up a new Jenkins system - ours is more than 4yo I installed the addons and configured them based on the old system, created a maven project, with the same settings as on the old one, and trying to build it The build fails because Jenkins is trying to publish artifacts to the self-hosted Artifactory OSS, but it fails since the file names have vcs tags appended to the filename
The error is The requested URL /artifactory/libs-snapshot-local/com///2.5.24-SNAPSHOT/-2.5.24-SNAPSHOT.jar;vcs.revision=9d1e9881e4bb41a7430301485b81b29aeef7ffb2;build.timestamp=1727297896823;build.name=;build.number=567;vcs.branch=origin/master;vcs.url=https://bitbucket.org// was not found on this server.
the old system deploys artifacts without vcs tags
the old system is Jenkins 2.263.4, Artifactory plugin 3.6.2 the new one is Jenkins 2.462.2, Artifactory plugin 4.0.8
how do i get rid of these tags being appended?
The text was updated successfully, but these errors were encountered: