Jenkins Tutorial — Part 7 — Interactive Pipelines

Saeid Bostandoust
ITNEXT
Published in
3 min readOct 17, 2021

--

In this part of the Jenkins tutorial, I will talk about a pipeline input directive that is used to prompt an input during the job execution. The input directive will cause the build process to pause and waiting for direct human interactions. We will use this option usually for the CD, Continuous Delivery, pipelines. If you didn’t read the previous articles, I suggest you read them first. See them in…

--

--