munawar rashid
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
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... -
Edited Queue build in all compatible agents using REST
Hi, I see that there are two ways of queuing a build in TEamcity. 1. http://user:password@teamcity:8111/httpAuth/action.html?add2Queue=MyBuildConf&agentId=allEnabledCompatible 2. Send a POST req... -
Edited Reading form data in the controller servlet
Hi, I am trying to read an input text box entry (simplest JSP) in my servlet code with httpservletrequest's getParameter method. I am using doHandle method of the BaseController class. JSP file ... -
Created Implementing server-side event handler for pinning a build
Hi, I have a requirement to do some processing on the artifact of a build when that build is pinned. I was thinking handling it using server-side code. I'm new at this. I have been reading the d... -
Created Read system property inside batch file
Hi I tried %system.propert_name% and %sys.property_name%. Doesn't work -
Edited Powershell build runner to execute batch file and pipe output to teamcity
Is there anything that needs to be done related to TeamCity to allow the output from cmd prompt to appear in TeamCity log when you execute a batch file through cmd.exe from a powershell build runne... -
Edited Fail SSH exec step when remote script excution fails
Hi, Is there a way to change the status of build for SSH Exec runner. echo ##teamcity[buildStatus status='FAILURE' text='script failed'] There was a post earlier about it - https://teamcity-su...