Skip to content

Deep-linked log line should get highlighted #824

@felipecrs

Description

@felipecrs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions