munawar rashid
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
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... -
Created call REST API using HttpBuilder
Hi, I'm trying to make calls to TC's REST API with a well-known http client called RESTClient (HttpBuilder is another variation of it). Not sure if anybody has tried to do it. I'm having some iss... -
Created TeamCity issue getting latest from SVN
I think there's bug in their get latest process. I've spent inordinate amount of time creating and recreating build configurations to get around a silly problem of my build ironically getting stuck... -
Created Disable polling of source control when build starts
I'm trying to configure a build which will just copy already built binaries to servers and not build the code. Hence, it won't have any need to poll the VCS. Is it possible. -
Created Email notification error
Seeing this errorjavax.mail.SendFailedException: Invalid Addresses; nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 553-5.1.2 We weren't able to find the recipient domain. Pleas...