Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Flasher2085
Total activity
7
Last activity
September 01, 2021 09:40
Member since
July 12, 2021 20:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
September 01, 2021 09:40
Have the same issue. Did not manage to get it work with any agent settings. I have explained all details in stackoverflow. This is a reference for future visitors https://stackoverflow.com/question...
Community
TeamCity General Topics
Build Agent Artifacts Cache Cleanup
0 votes
Created
August 10, 2021 09:51
Salvatore121 sorry for my late response to be able to use TeamCity API you need to create an API token. A token can be created by clicking on the user name and selecting ‘Access Tokens’ then ‘Crea...
Community
TeamCity General Topics
Run step only if build status is failed
0 votes
Created
July 12, 2021 20:09
#!/bin/bash set -e -x declare status=$(curl -v -H "Authorization: Bearer %env.teamcity_internal_api_key%" -H "Accept: application/json" %teamcity.serverUrl%/app/rest/builds/id:%teamcit...
Community
TeamCity General Topics
Run step only if build status is failed
0 votes
Created
July 12, 2021 20:07
message to 2014 from future #!/bin/bash set -e -x declare status=$(curl -v -H "Authorization: Bearer %env.teamcity_internal_api_key%" -H "Accept: application/json" %teamcity.server...
Community
TeamCity General Topics
Build status parameter
0 votes