Search code examples
automationcontinuous-integrationteamcity

TeamCity set a default value for select parameter


I have a configuration where one of the parameters is a "Select" parameter with allow multiple selection. The following screen shots describe it:

enter image description here

I want this test to be triggered automatically where this Select parameter will select label "a" and "c". Is there any way to add a default value to this parameter?


Solution

  • Set the values of variable using separator ( ; ) like below image In this case by default A and C are selected.

    enter image description here