munawar rashid
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
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... -
Edited POST data to Teamcity REST API url using urllib2
Hi, I'm using Teamcity REST API to tag a build using following snippet of Python code. But I'm getting this message - TypeError: must be string or buffer, not dict post_data = {"uri": "http://loc... -
Edited Tag and pin with REST call using ajax.html endpoint
Hi, I've been using following url to tag and pin a completed build successfully until we upgraded from 9.x to 2017.2.3 few months back. This was neat since you could do both at the same time with... -
Created Tag build with REST API
Hi, I'm trying to tag a build using following string. curl -v -u user:password --request POST --header "Content-Type: application/xml" --data "<tags><tag>xxx</tag></tags>" "http://localhost:81/h... -
Edited Pin a build with rest api
Is there anywhere in the doc that mentions how to specify a build locator doc just has <buildLocator> which doesn't mean anything I tried with http://localhost:81/httpAuth/app/rest/builds/id:3...