-
Bug
-
Resolution: Duplicate
-
Minor
-
None
It seems that Jenkins inserts a VerticalTAB character sequence in long lines in the Job description display in the Build History.
Since a common workflow is to cut-and-paste a value from the Description into the input of another job, we had to installed a snippet of shell script to strip out those characters.
The fix should either be that the Description doesn't get those invisible characters inserted, or that Job input parameters should strip the characters.
$ echo -n "123456789-0" | od -ac
0000000 1 2 3 4 5 b nul vt 6 7 8 9 - 0
1 2 3 4 5 342 200 213 6 7 8 9 - 0
- depends on
-
JENKINS-28022 Build description longer than 30 chars has hex zero width space added
- Closed
- duplicates
-
JENKINS-28022 Build description longer than 30 chars has hex zero width space added
- Closed
- relates to
-
JENKINS-39443 Sanitise description string as it may contains troublesome chars
- Closed