jenkinsci/jenkinsfile-runner

Pipeline input() statement support

Open

#278 opened on Apr 22, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,090 stars) (291 forks)batch import
enhancementhelp wantedroadmap

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