简体   繁体   English

在Jenkins管道的中间作业中接受用户的参数

[英]Accepting parameters from user in a middle job of a Jenkins pipeline

I have jenkins pipeline with 3 jobs. 我有3个工作的詹金斯管道。 The first one is run using SCM polling, the second one is triggered automatically and the third one is run manually. 第一个是使用SCM轮询运行的,第二个是自动触发的,第三个是手动运行的。 Is it possible for the third job to let the user type build parameters? 第三项工作是否可能让用户键入构建参数?

Take a look at the Jenkow plugin ; 看看Jenkow插件 ; it's a little heavyweight, but is the only way I know to include manual steps in Jenkins job pipelines. 这有点笨重,但这是我知道在Jenkins工作流程中包括手动步骤的唯一方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM