TeamCity Remote Run passing parameters

I use Eclipse Plugin for TeamCity.

I can access my custom TC's configuration parameters from NAnt build like this: ${test.parameter}.

I try to add/edit some configuration parameters during Pre-Tested Commit, performing Remote Run from my Eclipse. When I manage Customization dialog window I can see my TC parameter in "Build Parameters" section. But when I try to Edit or Add some new parameter I can not access it in my NAnt build file.

Is there TC functionality buggy or I do somethikng wrong?

0
3 comments

Michael,

Do you set sytem properties (system.XXX) ?
Do you see the set parameter on build's Parameters tab?
What TeamCity version do you use?

0
Avatar
Permanently deleted user

Hi Yegor! Thanks for your reply!

1. Yes, I have tried to set system.XXX also. Note here: I can see my TC configuration parameters (that I have set in Web UI on TC) in "Build Parameters" section. When I Edit this parameter and change it to new value I still see in  my NAnt build an old value for my property while running Pre Tested commit.
2. I have not "Build Parameters" tab but I have window section instead. Please see attach: Screenshot-1.png
3. I use TeamCity 5.1.5 (build 13602) version

Thanks for your answers!

0

Michael,

Most probably you have experienced the bug that was fixed in TeamCity 6.0.
Anyway, uprade to 7.0.x as the latest one is recommended as there are lost of issues fixed.

0

Please sign in to leave a comment.