Re: Cannot set href hyperlink with ftp on Jenkins UI page

2014-03-05 Thread Daniel Beck
It's prohibited by the "raw HTML" formatter policy (an obvious misnomer). Only http/https and mailto protocols are currently allowed in href attributes. You need a plugin that is more lenient with what is allowed. It should be trivial to write one yourself (basically [1] without the line calling

Cannot set href hyperlink with ftp on Jenkins UI page

2014-03-04 Thread mpc8250
Hi All We try to put some description on Jenkins page and place a href link using ftp. It appears that Jenkins top/system page refuses to set/accept a simple link like this. It returns as a text "test". ftp://hostname.test.com/some/path>test Hudson UI has no issue with this syntax. How can we