Git Product home page Git Product logo

Comments (3)

joelee2012 avatar joelee2012 commented on July 18, 2024

@shuaibingn thanks for creating PR. However as described in api doc: https://ci.jenkins.io/job/Core/job/jenkins/job/master/api/

Retrieving all builds

To prevent Jenkins from having to load all builds from disk when someone accesses the job API, the builds tree only contains the 50 newest builds. If you really need to get all builds, access the allBuilds tree, e.g. by fetching …/api/xml?tree=allBuilds[…]. Note that this may result in significant performance degradation if you have a lot of builds in this job. 

so it does not make sense to get all builds by default, instead you can use another method job.iter_all_builds

from api4jenkins.

shuaibingn avatar shuaibingn commented on July 18, 2024

@shuaibingn thanks for creating PR. However as described in api doc: https://ci.jenkins.io/job/Core/job/jenkins/job/master/api/

Retrieving all builds

To prevent Jenkins from having to load all builds from disk when someone accesses the job API, the builds tree only contains the 50 newest builds. If you really need to get all builds, access the allBuilds tree, e.g. by fetching …/api/xml?tree=allBuilds[…]. Note that this may result in significant performance degradation if you have a lot of builds in this job. 

so it does not make sense to get all builds by default, instead you can use another method job.iter_all_builds

I found such an API after looking at the jenkins api
job_name/<build_number>/api/json
Should be able to get specific builds faster

Using such an API in the latest submission, I rewrote the api_json() method in Job so that it can support the param url

from api4jenkins.

joelee2012 avatar joelee2012 commented on July 18, 2024

Don't do that since it makes misunderstanding and additional complex

from api4jenkins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.