Closed quasarea closed 5 years ago
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" )
Hi
I could extend the behavior of the status icons. They support now links as well.
Thanks
Released wit version 1.7
Using:
will not produce clickable badge,
Using workaround