Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: blueocean-plugin
-
Labels:None
-
Similar Issues:
-
Epic Link:
-
Sprint:Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4
Description
The api to load steps is paginated. Currently only the first page is loaded.
When a user clicks on a node, it should load and display the steps using this pagination (ie keep loading and appending until there are no more).
This should be able to generate loads of steps I think:
Using the following pipelineScript and https://github.com/scherler/blueocean-shared-library/commit/43d5620a42d7795b43bc829d694c3cae2a3c3919
@Library('test-writer') import writeTest import longLog node { stage 'fin' def xml = writeTest() sh "echo '$xml' > TEST-some.xml" step([$class: 'JUnitResultArchiver', testResults: 'TEST-*.xml']) sh 'echo `date` fin;sleep 3; echo `date` fin;' sh 'echo yeah > foo.txt' archiveArtifacts 'foo.txt' longLog(10000, false) stage 'NoSteps' }
Attachments
Issue Links
- relates to
-
JENKINS-41897 Karaoke: steps and nodes are limited to 100 - need to increase limit
-
- Closed
-
-
JENKINS-39770 Pipeline visualization not rendered when there is more that 100 nodes
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-35750 [ 171713 ] |
Description |
The api to load steps is paginated. Currently only the first page is loaded. When a user clicks on a node, it should load and display the steps using this pagination (ie keep loading and appending until there are no more). |
The api to load steps is paginated. Currently only the first page is loaded. When a user clicks on a node, it should load and display the steps using this pagination (ie keep loading and appending until there are no more). This should be able to generate loads of steps I think: Using the following pipelineScript and [https://github.com/scherler/blueocean-shared-library/commit/43d5620a42d7795b43bc829d694c3cae2a3c3919] {code:java} @Library('test-writer') import writeTest import longLog node { stage 'fin' def xml = writeTest() sh "echo '$xml' > TEST-some.xml" step([$class: 'JUnitResultArchiver', testResults: 'TEST-*.xml']) sh 'echo `date` fin;sleep 3; echo `date` fin;' sh 'echo yeah > foo.txt' archiveArtifacts 'foo.txt' longLog(10000) stage 'NoSteps' }{code} |
Link |
This issue relates to |
Description |
The api to load steps is paginated. Currently only the first page is loaded. When a user clicks on a node, it should load and display the steps using this pagination (ie keep loading and appending until there are no more). This should be able to generate loads of steps I think: Using the following pipelineScript and [https://github.com/scherler/blueocean-shared-library/commit/43d5620a42d7795b43bc829d694c3cae2a3c3919] {code:java} @Library('test-writer') import writeTest import longLog node { stage 'fin' def xml = writeTest() sh "echo '$xml' > TEST-some.xml" step([$class: 'JUnitResultArchiver', testResults: 'TEST-*.xml']) sh 'echo `date` fin;sleep 3; echo `date` fin;' sh 'echo yeah > foo.txt' archiveArtifacts 'foo.txt' longLog(10000) stage 'NoSteps' }{code} |
The api to load steps is paginated. Currently only the first page is loaded. When a user clicks on a node, it should load and display the steps using this pagination (ie keep loading and appending until there are no more). This should be able to generate loads of steps I think: Using the following pipelineScript and [https://github.com/scherler/blueocean-shared-library/commit/43d5620a42d7795b43bc829d694c3cae2a3c3919] {code:java} @Library('test-writer') import writeTest import longLog node { stage 'fin' def xml = writeTest() sh "echo '$xml' > TEST-some.xml" step([$class: 'JUnitResultArchiver', testResults: 'TEST-*.xml']) sh 'echo `date` fin;sleep 3; echo `date` fin;' sh 'echo yeah > foo.txt' archiveArtifacts 'foo.txt' longLog(10000, false) stage 'NoSteps' }{code} |
Rank | Ranked higher |
Epic Link | JENKINS-35750 [ 171713 ] | JENKINS-32387 [ 167497 ] |
Link |
This issue relates to |
Epic Link | JENKINS-32387 [ 167497 ] | JENKINS-35750 [ 171713 ] |
Sprint | Blue Ocean 1.0-rc3 [ 261 ] | Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4 [ 261, 281 ] |
Sprint | Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4 [ 261, 281 ] | Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4, Blue Ocean - techdebt sprint 1 [ 261, 281, 291 ] |
Sprint | Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4, Blue Ocean - techdebt sprint 1 [ 261, 281, 291 ] | Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4 [ 261, 281 ] |
Sprint | Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4 [ 261, 281 ] | Blue Ocean 1.0-rc3, Blue Ocean 1.1, Blue Ocean 1.0-rc4 [ 261, 271, 281 ] |
Rank | Ranked higher |
Assignee | Thorsten Scherler [ tscherler ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Epic Link | JENKINS-35750 [ 171713 ] | JENKINS-43953 [ 181485 ] |
Sprint | Blue Ocean 1.0-rc3, Blue Ocean 1.1, Blue Ocean 1.0-rc4 [ 261, 271, 281 ] | Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4 [ 261, 281 ] |
Rank | Ranked lower |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |