Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-37515

RFE: input() blocks the executor in Declarative, add a stage attribute instead?

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • Jenkins LTS 2.72 rpm on SLES 11 SP 4

      When using an input step in pipeline, the executor is blocked until you proceed or abort the input step.

      We have here the case that the code is build whenever it is changed in the scm via polling.
      Only a small number of the builds going to development, staging and production.
      As the executor is blocked, the maximum number of executors is reached in short time.

      The build pipeline plugin instead use an executor for every job it contains.

      Is it possible to break end the executor when input step is reached and restart after proceed answer?

            Unassigned Unassigned
            tkleiber Torsten Kleiber
            Votes:
            2 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: