-
Improvement
-
Resolution: Duplicate
-
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?
- duplicates
-
JENKINS-48379 Input/parameters for Stages
- Closed
- relates to
-
JENKINS-57871 Input directive is blocking executor in declarative pipeline
- Open