-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
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"
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.