Description
Jenkins and plugins versions report
N/A
What Operating System are you using (both controller, and any agents involved in the problem)?
N/A
Reproduction steps
pipeline {
agent any
stages {
stage('Hello') {
steps {
sh '''
echo 'Hello World'
echo 'Hello World 2'
echo 'Hello World 3'
echo 'Hello World 4'
echo 'Hello World 5'
'''
}
}
}
}
Expected Results
The log line to be highlighted to indicate which log line the person who sent it meant.
Actual Results
When the logs are opened for a deep-linked log line, that line does not get highlighted.
chrome_EWlPkKhs2e.mp4
Anything else?
No.
Are you interested in contributing a fix?
No.
Metadata
Metadata
Assignees
Labels
No labels