Code Monkey home page Code Monkey logo

Comments (2)

kristoflemmens avatar kristoflemmens commented on June 27, 2024

So I found the problem myself by browsing the code. The container cap value has to be empty to have unlimited hosts. The documentation at https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin says that 0 is unlimited

from docker-plugin.

jonathanperret avatar jonathanperret commented on June 27, 2024
Just hit upon this as well. What the documentation at https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin says:

Container Cap: The maximum number of containers that this provider is allowed to have running, defaults to blank which disables the limit

used to be true, but changed in https://github.com/jenkinsci/docker-plugin/commit/bde53df15d84e746dba3a40fcaa050bf60260ab1 (by @KostyaSha) so that a blank entry is understood as zero, and sets the limit to zero. It's not clear whether the loss of that functionality was deliberate, so I suggest reopening this issue until someone with a broader view can decide whether to fix the documentation or the code.

edit: upon re-reading and noticing the date of this issue, I realized mine was different. I'll go and open another one.

from docker-plugin.

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.