Line colouring bleeds to unrelated lines
Reproducible example:
node('linux') { wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) { sh "echo -e \"\\e[33mYellow words, white background.\"" sh "echo -e \"\\e[35mMagenta words, white background.\"" } }
Gives the output
Older versions give the output (0.5.3)