teamcity-6

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 to permanently change a system property in TeamCity 6 from a build step

耗尽温柔 提交于 2020-01-01 10:12:35
问题 I have found a way to change a property in TeamCity: ##teamcity[setParameter name='ddd' value='fff'] But unfortunately this change only occurs for the current build. I want this change to be PERMANENT, but TeamCity only changes this for the current running build. How do I make a permanent change to a system property in TeamCity? 回答1: The only solution using TeamCity 6.5 was to edit the Xml configuration file programmatically using a python script. A build step calls the python script to

How do I set TeamCity to not produce build artifacts when the build fails?

时间秒杀一切 提交于 2019-12-07 01:47:00
问题 How do I set up TeamCity so that it does not publish build artifacts if the build fails because a unit test failed? I'm pretty sure it worked this way prior to version 6.0, but since upgrading to 6.0 it always produces artifacts even if a test fails. I have "Fail build if at least one test failed" checked. We had an outage with the e-mail notification and I didn't know we had a build problem because it continued producing artifacts. 回答1: Please watch/vote for this issue: http://youtrack

How do I set TeamCity to not produce build artifacts when the build fails?

偶尔善良 提交于 2019-12-05 04:46:05
How do I set up TeamCity so that it does not publish build artifacts if the build fails because a unit test failed? I'm pretty sure it worked this way prior to version 6.0, but since upgrading to 6.0 it always produces artifacts even if a test fails. I have "Fail build if at least one test failed" checked. We had an outage with the e-mail notification and I didn't know we had a build problem because it continued producing artifacts. Please watch/vote for this issue: http://youtrack.jetbrains.net/issue/TW-12194 来源: https://stackoverflow.com/questions/5392181/how-do-i-set-teamcity-to-not-produce