jenkinsci/jenkinsfile-runner

Pipeline input() statement support

Open

#278 opened on Apr 22, 2020

 (3 comments) (0 reactions) (0 assignees)Java (291 forks)batch import
enhancementhelp wantedroadmap

Repository metrics

Stars
 (1,090 stars)
PR merge metrics
 (Avg merge 47d 2h) (3 merged PRs in 30d)

Description

This is nothing more than a question. If i have for example the following pipeline code:

input (id:"Ok" , message:"Ok?" , submitter: 'someUser')

On which Url is the jenkinsfile-runner waiting for Input?

Best thanks for the great work.

Contributor guide