在Jenkins管道脚本中:输入语法为,
def newTag = input(
id: 'currentTag', message: 'Put the tag for vals here', ok: 'CREATE TAG',
parameters: [
string(
defaultValue: 'temp',
description: 'Enter carefully for new tag',
name: 'tagName'
),
]
)
Run Code Online (Sandbox Code Playgroud)
运行此程序时,它将等待applet的输入。
在doc 链接中,没有指定大小的方法。
如何增加输入栏的大小?
| 归档时间: |
|
| 查看次数: |
377 次 |
| 最近记录: |