Skip to content

link on addErrorBadge not working #17

@quasarea

Description

@quasarea

Using:

    addErrorBadge (
        text: "Unit tests failed for ${project.Name}", 
        link: "${env.BUILD_URL}testReport"
    )

will not produce clickable badge,

Using workaround

    addBadge(
        icon: "error.gif",
         text: "Unit tests failed for ${project.Name}", 
        link: "${env.BUILD_URL}testReport"
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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