Long hyperlinks in build description not displayed correctly in history widget when using Markdown syntax

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

XMLWordPrintable

    • 2.198

      Use case:
      I want build description to contain two links separated by a space: "link1 link2". Link texts, "link1" and "link2", are at most ten characters each.

      What works:
      HTML links, i.e. "<a href="url">link text</a>", seem to work in all cases. Markdown links, i.e. "[link text](url)", seem to work on build page. Markdown links work also on project page (build history table) if they are short enough.

      What does not work:
      Markdown links do not display correctly on project page if the url is too long. I have seen two invalid representations 1) "link1..." where the link1 was ok, but the second link was missing. 2) "[link1](part-of-the-url..." where url was partially visible (consuming three lines), and the second link was missing.

      I have used Description Setter plugin and Jenkins CLI with same results.

      Configuration:
      PegDown is selected as Markup Formatter in Global Security and all extensions have been enabled. (With this fix, I could also check SUPPRESS_ALL_HTML.)

            Assignee:
            Daniel Beck
            Reporter:
            Sami Salonen
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: