Hey, The reason for this email is to ask for some assistance in regards to adding a new feature to the Pipeline Stage View Plugin REST API - I am the one who will be implementing this feature.
A little background - we have a multistage build process in Jenkins. In one of our stages, we end up with hundreds of stageFlowNodes. Our blocker here is that there is a cap of 100 stageFlowNodes being return by the REST API response. I'd like to implement a Pagination feature to be able to query the remaining results. I am able to add a value to the response - totalPages (which is the total number of pages needed to query the result). I have been looking into the actual feature itself - which is querying the values - but I am stuck. Majority of the logic is done in ChunkVisitor.java, where the response value is added to StageNodeExt.java. I was wondering if someone would be able to provide guidance, per say. I am still very new to Jenkins and how it runs. As experts, I was hoping someone can steer me in a certain direction and can provide some tips or how they think it should be implemented. Any and all advice/tips are appreciated. Kind regards, Natesh Kukreja -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CABxhWAppLWZtpxEfzXoxM%2BEJ0kEzpzzU6MAXmmQBFrLKx_4YWw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
