-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.24 stageview plugin 2.1
Attached is a screenshot of the stage view rendering weird. Sometimes refreshing the page helps (but not always!).
Our jenkinsfile essentially looks like this:
#!groovy node('linux') { stage("Checkout") { commitTag = checkout... } stage("Build") { parallel ( // .... ) } } stage("Docker") { node('docker') { // .... } } stage("Tests") { parallel ( // .... ) }
Javascript console shows this log:
stageview.js:4557 No "data-stageId" on stage. stageview.js:4557 No "data-stageId" on stage.
but this doesn't seem to be related to the issue.
[JENKINS-38765] Stage view renders incorrectly with stages appearing multiple times.
Attachment | New: jenkins_weird_stage_rendering_2.png [ 34260 ] |
Description |
Original:
Attached is a screenshot of the stage view rendering weird. The time for the current stage doesn't seem to update either. Our jenkinsfile essentially looks like this: {noformat} #!groovy node('linux') { stage("Checkout") { commitTag = swcheckout(false) } stage("Build") { parallel ( // .... ) } } stage("Docker") { node('docker') { // .... } } stage("Tests") { parallel ( // .... ) } {noformat} |
New:
Attached is a screenshot of the stage view rendering weird. The time for the current stage doesn't seem to update either. Sometimes refreshing the page helps. Our jenkinsfile essentially looks like this: {noformat} #!groovy node('linux') { stage("Checkout") { commitTag = checkout... } stage("Build") { parallel ( // .... ) } } stage("Docker") { node('docker') { // .... } } stage("Tests") { parallel ( // .... ) } {noformat} Javascript console shows this log: {noformat} stageview.js:4557 No "data-stageId" on stage. stageview.js:4557 No "data-stageId" on stage. {noformat} |
Description |
Original:
Attached is a screenshot of the stage view rendering weird. The time for the current stage doesn't seem to update either. Sometimes refreshing the page helps. Our jenkinsfile essentially looks like this: {noformat} #!groovy node('linux') { stage("Checkout") { commitTag = checkout... } stage("Build") { parallel ( // .... ) } } stage("Docker") { node('docker') { // .... } } stage("Tests") { parallel ( // .... ) } {noformat} Javascript console shows this log: {noformat} stageview.js:4557 No "data-stageId" on stage. stageview.js:4557 No "data-stageId" on stage. {noformat} |
New:
Attached is a screenshot of the stage view rendering weird. The time for the current stage doesn't seem to update either. Sometimes refreshing the page helps (but not always!). Our jenkinsfile essentially looks like this: {noformat} #!groovy node('linux') { stage("Checkout") { commitTag = checkout... } stage("Build") { parallel ( // .... ) } } stage("Docker") { node('docker') { // .... } } stage("Tests") { parallel ( // .... ) } {noformat} Javascript console shows this log: {noformat} stageview.js:4557 No "data-stageId" on stage. stageview.js:4557 No "data-stageId" on stage. {noformat} |
Summary | Original: Stage view renders incorrectly and time doesn't update in real time. | New: Stage view renders incorrectly with stages appearing multiple times. |
Description |
Original:
Attached is a screenshot of the stage view rendering weird. The time for the current stage doesn't seem to update either. Sometimes refreshing the page helps (but not always!). Our jenkinsfile essentially looks like this: {noformat} #!groovy node('linux') { stage("Checkout") { commitTag = checkout... } stage("Build") { parallel ( // .... ) } } stage("Docker") { node('docker') { // .... } } stage("Tests") { parallel ( // .... ) } {noformat} Javascript console shows this log: {noformat} stageview.js:4557 No "data-stageId" on stage. stageview.js:4557 No "data-stageId" on stage. {noformat} |
New:
Attached is a screenshot of the stage view rendering weird. Sometimes refreshing the page helps (but not always!). Our jenkinsfile essentially looks like this: {noformat} #!groovy node('linux') { stage("Checkout") { commitTag = checkout... } stage("Build") { parallel ( // .... ) } } stage("Docker") { node('docker') { // .... } } stage("Tests") { parallel ( // .... ) } {noformat} Javascript console shows this log: {noformat} stageview.js:4557 No "data-stageId" on stage. stageview.js:4557 No "data-stageId" on stage. {noformat} but this doesn't seem to be related to the issue. |
Attachment | New: screenshot-1.png [ 34673 ] |
Attachment | New: ajax.json [ 34674 ] |
Attachment | New: Screen Shot 2016-12-02 at 5.59.45 PM.png [ 35060 ] |
Sprint | New: Pipeline - Candidates [ 381 ] |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |