Skip to content

[Maven] Build-info success message should use '/ui/builds/' in path #851

Description

@StanislavGro

Description

After updating artifactory-maven-plugin the success message changed:

Old (good):
Build-info successfully deployed. Browse it in Artifactory under https://artifactory.../ui/builds/${buildName}/${buildNumber}

New (ugly):
.../artifactory/webapp/builds/${buildName}/${buildNumber}

The /ui/builds/ path is the current recommended UI in Artifactory 7+
There is no way to configure this message or the URL template
Many teams now have to add extra maven-antrun-plugin just to print the correct link at the very end.

Suggestion:

Add optional parameter in <buildInfo>:

<buildInfo>
    ...
    <browseUrlTemplate>https://artifactory.../ui/builds/{buildName}/{buildNumber}</browseUrlTemplate>
</buildInfo>

or simply make default /ui/builds/ again.

Expected behavior

https://artifactory.../ui/builds/${buildName}/${buildNumber}

Versions

  • Maven Artifactory plugin version: 3.6.1+
  • Operating system: Linux, Win
  • Artifactory Version: 7+

Metadata

Metadata

Assignees

No one assigned

    Labels

    maven bugCreate a report to help us improve

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions