将参数添加到要编辑的“队列”构建中时间
我制作了几个自定义工艺参数。它们用于版本控制目的(即 IsMajorBuild、IsMinorBuild 等)。
当我右键单击我的构建并选择“编辑构建定义”,然后选择“处理”时,我会看到其中列出的所有自定义参数。
但是,当我对新构建进行排队并单击“参数”时,我只看到一些“基本”和“高级”项目。
有没有办法将至少一些自定义参数放入该列表中?如果能够指示次要构建,而无需执行以下操作,那就太好了:
- 打开构建定义
- 编辑自定义参数并保存
- 将构建放入队列
- 打开构建定义
- 将参数放回并保存
如果可以将它们放入队列参数中,我可以在排队构建时更改它。
有办法做到这一点吗?
I have made several custom process parameters. They are for versioning purposes (ie IsMajorBuild, IsMinorBuild, etc.)
When I right click on my build and select Edit Build Definition, then select Process I see all of my custom parameters listed there.
But when I queue a new build and click on "Parameters" I only see some of the "Basic" and "Advanced" items.
Is there a way to get at least some of my custom parameters into that list? It would be nice to be able to indicate a minor build with out having to:
- Open the Build Definition
- Edit the custom parameters and save
- Queue the build
- Open the Build Definition
- Put the parameters back and save
If could get them in the queue parameters, I could just change it while queuing the build.
Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您将参数添加到元数据时,会出现一个“查看此参数的时间:”组合框。
这让您可以选择是否想何时查看它。
仅供参考,xml 标记称为 可浏览时间
When you add a parameter to the metadata, there is a "View this parameter when:" combo box.
That lets you choose if when you want to see it.
Just as an FYI, the xml tag is called BrowsableWhen