Jenkins Pipeline tips - do not block executor when waiting for user input

Опубликовано: 20 Сентябрь 2024
на канале: Szymon Stepniak
770
31

Here's yet another Jenkins Pipeline best practice - do not block the executor when the pipeline waits for the user input. It prevents other pipelines from being executed on an executor that is blocked and thus it causes ineffective resource usage.