1

We know how to add select dropdown to TeamCity parameter configuration, for example:

enter image description here

Is it possible to add Checkbox for TC parameter configuration? If it possible, what is the correct way to do this?

Johnny
  • 14,397
  • 15
  • 77
  • 118

1 Answers1

4

It's certainly possible in TeamCity 9 and according to the documentation it is also possible in 8 as well.

When defining a parameter, simply click the "Spec" button and then select the "Checkbox" option in the "Type" drop down.

Parameter with checkbox

Paul Hunt
  • 3,395
  • 2
  • 24
  • 39