Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSTS Build Task Input Types

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

like image 860
Nitin Parashar Avatar asked Jul 20 '26 17:07

Nitin Parashar


1 Answers

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:

  • 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
like image 186
tj-cappelletti Avatar answered Jul 24 '26 16:07

tj-cappelletti



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!