Ilya Kulakov
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Ilya Kulakov created a post, Can I refer environment variable in name of the archive
I would like name of the archive created by the build to depend on environment variable that will be set before by one of build steps (Custom Script).Whether or not it will work depends on when TC ... -
Ilya Kulakov commented, -
-
Ilya Kulakov created a post, Cannot connect build agent to TeamCity behind nginx proxy
Hi,I have a teamcity behind nginx proxy and my configuration is the following:Nginx:teamcity_http.confserver { listen *:80; server_name teamcity.example.com; proxy_set_h...