Description
Reproduction steps
node {
stage('Checkout') {
sh "git clone https://github.com/jenkinsci/jenkins"
}
stage('Build') {
dir('jenkins') {
sh "mvn clean install"
}
}
}
Watch a running build in the Build stage
Expected Results
Arrows stay in same place, page doesn't move around
Actual Results
pgv-jumping-main.mov
Arrows move up and down
Page can sometimes flash a little bit or jump a bit
Anything else?
No response
Are you interested in contributing a fix?
No response
Metadata
Metadata
Assignees
Labels
No labels