teamcity-5.0

TeamCity 5.X: REST Documentation

那年仲夏 提交于 2020-01-03 06:18:52
问题 TeamCity 5.X REST documentation directs us to a plug-ins page that is not TeamCity 5.X specific. I just recently realized this, and it seems that some of the functionality such as the running:true build dimension are not supported until TeamCity 6.0. Does anyone know where I can find documentation about the REST API for TC 5.X for reference? 回答1: You can review older versions of the documentation but not based on the TeamCity release numbers. You might have some luck looking at versions prior

How can I set environment variables PATH and LD_LIBRARY_PATH on Unix TeamCity build agent?

北城余情 提交于 2019-12-21 05:06:16
问题 I use TeamCity to build c++ on Unix (Solaris). TeamCity invokes make, and within my makefile I need to call svn . For this I need to modify PATH and LD_LIBRARY_PATH . I could set these within the makefile but the locations vary from server to server. does anyone know a way to set these for each TeamCity build agent, e.g. by editing conf/buildAgent.properties ? I could set them in ~/.login etc for the TeamCity build account, but I would prefer not to as it is a shared account. -thanks, Barney

How can I set environment variables PATH and LD_LIBRARY_PATH on Unix TeamCity build agent?

让人想犯罪 __ 提交于 2019-12-21 05:06:08
问题 I use TeamCity to build c++ on Unix (Solaris). TeamCity invokes make, and within my makefile I need to call svn . For this I need to modify PATH and LD_LIBRARY_PATH . I could set these within the makefile but the locations vary from server to server. does anyone know a way to set these for each TeamCity build agent, e.g. by editing conf/buildAgent.properties ? I could set them in ~/.login etc for the TeamCity build account, but I would prefer not to as it is a shared account. -thanks, Barney

Is it possible to change TeamCity's artifacts path

巧了我就是萌 提交于 2019-12-09 04:21:49
问题 The default path for teamcity artifacts is C:\#User#\.BuildServer\system\artifacts How can i change it to d:\TeamCity\Artifacts Thanks 回答1: For me the default is D:\BuildServer\system\artifacts Yes you can, set the TEAMCITY_DATA_PATH environment variable. See here: http://www.jetbrains.net/confluence/display/TCD4/TeamCity+Data+Directory By default, the is placed in the user's home directory (e.g. it is $HOME/.BuildServer under Linux and C:\Documents and Settings\.BuildServer) under Windows.

How can I set environment variables PATH and LD_LIBRARY_PATH on Unix TeamCity build agent?

。_饼干妹妹 提交于 2019-12-03 15:12:19
I use TeamCity to build c++ on Unix (Solaris). TeamCity invokes make, and within my makefile I need to call svn . For this I need to modify PATH and LD_LIBRARY_PATH . I could set these within the makefile but the locations vary from server to server. does anyone know a way to set these for each TeamCity build agent, e.g. by editing conf/buildAgent.properties ? I could set them in ~/.login etc for the TeamCity build account, but I would prefer not to as it is a shared account. -thanks, Barney You could create a wrapper script that exports these variables before executing the TeamCity command.

Is it possible to change TeamCity's artifacts path

断了今生、忘了曾经 提交于 2019-12-02 22:26:21
The default path for teamcity artifacts is C:\#User#\.BuildServer\system\artifacts How can i change it to d:\TeamCity\Artifacts Thanks For me the default is D:\BuildServer\system\artifacts Yes you can, set the TEAMCITY_DATA_PATH environment variable. See here: http://www.jetbrains.net/confluence/display/TCD4/TeamCity+Data+Directory By default, the is placed in the user's home directory (e.g. it is $HOME/.BuildServer under Linux and C:\Documents and Settings\.BuildServer) under Windows. Alternatively, you can define this directory in one of the following ways: As a Tomcat system property

How can I change the user identity that runs a build agent in TeamCity?

不想你离开。 提交于 2019-11-28 18:33:41
I am trying to get a build process set up in TeamCity 5, and I am encountering an access denied error when trying to copy some files. I see that my build agent is running as "SYSTEM" now, and I think that's part of the problem. I'd like to change that user identity. The trouble is that I can't figure out how to change those settings on the build agent. How can I change the build user identity? Otávio Décio Open the services list (Start -> Run -> services.msc) Find the "Team City Build Agent" service Open the properties dialog for the service (right click, Properties) Choose the "Log On" tab

How can I change the user identity that runs a build agent in TeamCity?

╄→尐↘猪︶ㄣ 提交于 2019-11-27 11:04:48
问题 I am trying to get a build process set up in TeamCity 5, and I am encountering an access denied error when trying to copy some files. I see that my build agent is running as "SYSTEM" now, and I think that's part of the problem. I'd like to change that user identity. The trouble is that I can't figure out how to change those settings on the build agent. How can I change the build user identity? 回答1: Open the services list (Start -> Run -> services.msc) Find the "Team City Build Agent" service