munawar rashid
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
Edited Get history of builds executed in cloud agent using REST API
There is a related post to get history of builds that ran in an agent. But the suggested solution doesn't seem to apply to cloud agent if I use an AMI name in place of regular agent name. Got a 404... -
Edited Find build configuration with specific parameter
Hi I need to update a parameter's value that may be in 100s of build configs in our project tree scattered in different folders. What's the best way to go about it. Is there a way to use build co... -
Edited Extension of web parameter plugin to allow dependency
The web paramter plugin seems very promising in terms of what we want to do (https://github.com/grundic/teamcity-web-parameters). But one feature that'd be very useful for us is having ability to p... -
Created Get build pin info
AnsweredHi , I can do following curl -s -u user:pass http://abc.com/app/rest/builds/id:12345/status But can't do following. curl -s -u user:pass http://abc.com/app/rest/builds/id:12345/pinned Any one-lin... -
Edited Manual dependency selection in 2020.2 Teamcity seems hard to do
Hi, We just upgraded from 2019.2 to 2020.2. I see some of the nice features of the search capability in artifact and snapshot depedency setting of being able to input the whole path in the search f... -
Created Detach vcs root from build config with REST API
AnsweredHi, Is this doable now? I see attaching can be done with REST. Thanks, Munawar -
Created Get history of builds executed in an agent using RESTAPI
Is there any way to do this with a REST call. Thanks. -
Edited Build Id from queued build
Does the Id given to a queued build, always stay same, i.e. when it starts running, is the same id retained? -
Edited Modify system property using REST
Hi, I'm having difficulty modifying a system property. I'm following this instructions below in the Teamcity document. Build configuration parameters: GET/DELETE/PUT http://teamcity:8111/app/re... -
Edited Create snapshot dependency using REST
I'm assuming a typical simple snapshot dependency scenario where build config B is snapshot-dependent on build config A, so when I execute B, A will build first while B will be on queue. Here's my...