grundic / teamcity-web-parameters

Teamcity plugin that provides dynamic parameters for builds from web service
MIT License
44 stars 16 forks source link

Web-parameters default values override TeamCity "Re-run this build" values. #28

Open westshawn opened 3 years ago

westshawn commented 3 years ago

Browse to a build run in a config that uses web-parameters. Click on (Actions -> Re-run this build...)

The parameters that use web-paramters show the default web value (first in the list) instead of the value that the old build ran with. Please consider a way to have the web-parameters default value not override the "Re-run this build" values.

If I click on the parameter in the custom run box, then I should be able to select from the web-parameter list and manually override the value.

This request is just that the default web-parameter value should not override automatically.