如何增加詹金斯管道输入区域的大小?

Bha*_*mar 7 jenkins-pipeline

在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 链接中,没有指定大小的方法。

如何增加输入栏的大小?

yor*_*mmi 0

我不认为你可以设置它的大小,但如果你从日志输出或 BlueOcean 视图加载“输入”表单,它看起来会好得多