The Groovy Postbuild 2.4 Broken links using manager.addShortText in pipeline and freestyle

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

XMLWordPrintable

      def ThisFoldername = JOB_NAME.replace("/","/job/");

      def theString = "<a href='https://jenkins.com/job/" + ThisFoldername + "/" + BUILD_NUMBER + "/execution/node/5/ws/'>Workspace</a>";

      manager.addShortText(theString, "black", "white", "0px", "white");

      or added any href link string will not be html link it will be just a full string displayed 

       Note it works file for 

      manager.createSummary("green.gif").appendText(theString , false, false, false, "black");

      Please Fix.

       Thanks

            Assignee:
            Steven Fransen
            Reporter:
            Steven Fransen
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: