Files
backstage/.changeset/purple-radios-complain.md
T
Oliver Sand 0f88771685 Improve loading speed of the CI/CD page
Improve loading speed of the CI/CD page.
Only request the necessary fields from Jenkins to keep the request size low.
In addition everything is loaded in a single request, instead of requesting
each job and build individually. As this (and also the previous behavior) can
lead to a big amount of data, this limits the amount of jobs to 50.
For each job, only the latest build is loaded. Loading the full build history
of a job can lead to excessive load on the Jenkins instance.
2020-12-04 14:49:35 +01:00

523 B

@backstage/plugin-jenkins
@backstage/plugin-jenkins
patch

Improve loading speed of the CI/CD page. Only request the necessary fields from Jenkins to keep the request size low. In addition everything is loaded in a single request, instead of requesting each job and build individually. As this (and also the previous behavior) can lead to a big amount of data, this limits the amount of jobs to 50. For each job, only the latest build is loaded. Loading the full build history of a job can lead to excessive load on the Jenkins instance.