Can't embed hyperlink into addShortText calls for groovy postbuild plugin

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The below call for addShortText used to work for me for adding a quick link to the build test log results, but when I tried to switch to the latest version of Jenkins then the latest groovy postbuild plugin is converting the < into & l t ; (without the spaces of course) and messes up the link.  Adding that test log link into the build text is EXTREMELY useful for me, so I'd love some way to tell addShortText to NOT change my < characters.

      manager.addShortText("Results file: <a href=\"http://jenkinsUrl:8080/job/"+ manager.build.project.name + "/" + manager.build.number + "/artifact/TestCompleteLogs/index.htm\">index.htm</a>, Passed: " + Integer.toString(t.pass) + ", Failed: " + Integer.toString(t.fail))

            Assignee:
            Stefan Wolf
            Reporter:
            Adam Mathews
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: