Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
munawar rashid
Total activity
60
Last activity
April 18, 2024 20:35
Member since
May 21, 2013 15:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
27
Activity overview
Posts (24)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
April 18, 2024 19:31
Looks like the locator doesn't work if the agent is in cloud. I get a 404 (not found) when I use cloud AMI image name in place of agent name.
Community
TeamCity General Topics
Get history of builds executed in an agent using RESTAPI
0 votes
Edited
August 24, 2021 17:27
web.jar can be found in the ..\webapps\ROOT\WEB-INF\lib in TeamCity install folder.
Community
TeamCity Plugin Development
plugin to populate "run custom build" dropdown parameters
0 votes
Edited
August 24, 2021 06:33
Hi, I Have same question. Thanks.
Community
TeamCity Plugin Development
how to use ParameterControlProviderAdapter
0 votes
Created
July 14, 2021 18:15
Thanks! This works.
Community
TeamCity General Topics
Get build pin info
0 votes
Created
August 30, 2020 01:43
Hi Fedor, Thanks a lot! Works perfectly. Thanks, Munawar
Community
TeamCity General Topics
Detach vcs root from build config with REST API
0 votes
Created
August 30, 2018 16:46
This one works! curl -v -u user:password --request POST --header "Content-Type: application/xml" --data "<tags><tag name='xxx'/></tags>" "http://localhost:81/httpAuth/app/rest/builds/id:39/tags/"
Community
TeamCity General Topics
Tag build with REST API
0 votes
Edited
August 30, 2018 15:48
Thanks Denis. I figured it out. The above string is fine.I guess it was a badly formed overall string to pass to the calling program
Community
TeamCity General Topics
Pin a build with rest api
0 votes
Edited
August 30, 2018 15:44
Hi Denis, Thanks for your reply. One thing I noticed is that method 1 is still working actually! I think my issue at that time was forming the string correctly to pass to wget. Obviously I ended ...
Community
TeamCity General Topics
Queue build in all compatible agents using REST
0 votes
Edited
August 01, 2017 13:51
Actually using call operator '&' pipes the output from cmd.exe to powershell, which means this question is not for this TeamCity forum. https://social.technet.microsoft.com/wiki/contents/articles/7...
Community
TeamCity General Topics
Powershell build runner to execute batch file and pipe output to teamcity
0 votes