Trash configuration parameters

Hello
Today after some tiny changes in build configuration (change build step) I found some trash on configuration parameters.
This are last two parameters

Name Value
profile_name teamcity.conf edit delete
{_tmppath}/ <value is required> edit undeletable
{version}- <value is required> edit undeletable



As you can see, this parameters are undeletable, so I have no idea how to remove it, also as I have no idea there they come from. This ruins my build configuration, because TC cannot find compatible build agent, all agens have

Unmet requirements:
  • {_tmppath}/ exists
  • {version}- exists


What I have to do with that?

2
5 comments

Most likely somewhere in your build configuration settings you have references like this: %{_tmppath}/% and %{version}-%.

1
Avatar
Permanently deleted user

Yes, this advice worked for me. 

1

Thanks! This helped me as well!

0

I have 9 such undeletable variables. I can't find any reference to them anywhere. I deleted all my build configuration steps, except one and still can't find any references to these 9 undeletable parameters! 
So I only have 1 build step now, which is a powershell script which uses 4 parameters. but still these additional 9 which are undeletable. Is there a way to force delete them, or find them?

0
Hi Peter,

Could you share the screenshot with these parameters? If you don't want to share it publicly, please use https://uploads.jetbrains.com/.
Is this build configuration part of the build chain, or is it completely isolated? What is the project structure?

Best regards,
Anton
0

Please sign in to leave a comment.