问题描述
最近几天我在Google上进行了搜索,以获取VSTS Task插件支持的输入类型列表,但没有得到适当的显示.
I googled last few days to get the list of input types supported by VSTS Task plugin, but don't get anything appropriate.
是否可以在任务插件中创建网格
Is this possible to create Grid in task plugin
推荐答案
目前,无法在任务输入页面上创建Grid
.有关受支持类型的完整列表,请查看有关在扩展程序中创建自定义构建任务的参考以获取详细信息.这是您的自定义任务JSON需要符合的架构定义.如果您在inputs/items/properties/type
下查看,则会看到以下受支持的类型:
At present, there is no way to create a Grid
on the task input page. For a complete list of the supported types, take a look at the Reference for creating custom build tasks within extensions for details. This is schema definition for what your custom task JSON needs to conform to. If you look under inputs/items/properties/type
you will see these supported types:
- 布尔值
- connectedService:ServiceType
- connectedService:AzureRM
- connectedService:Azure
- connectedService:Azure:证书,用户名密码
- connectedService:厨师
- connectedService:ssh
- connectedService:Generic
- connectedService:Jenkins
- connectedService:servicefabric
- filePath
- multiLine
- pickList
- 收音机
- 字符串
- boolean
- connectedService:ServiceType
- connectedService:AzureRM
- connectedService:Azure
- connectedService:Azure:Certificate,UsernamePassword
- connectedService:Chef
- connectedService:ssh
- connectedService:Generic
- connectedService:Jenkins
- connectedService:servicefabric
- filePath
- multiLine
- pickList
- radio
- string
这篇关于VSTS构建任务输入类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!