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

jenkins is appending vcs tags to the artifactory file name #948

Open
IgalSc opened this issue Sep 26, 2024 · 0 comments
Open

jenkins is appending vcs tags to the artifactory file name #948

IgalSc opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@IgalSc
Copy link

IgalSc commented Sep 26, 2024

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?

@IgalSc IgalSc added the bug Something isn't working label Sep 26, 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
Projects
None yet
Development

No branches or pull requests

1 participant