Morné Joubert

- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
-
Morné Joubert created a post, Adding status and artifacts AFTER a configuration has completed
I have the following scenario:TeamCity builds an image and then passes this over to a third part system to test.I am trying to figure out how i can get any results,logs or status from the third par... -
Morné Joubert created a post, Get list of projects that are Archived via REST
There is a nice cctray REST api to get all the projects and configurations but no it seems no easy way to find out what projects are archived.Is there any REST call to get this info ? -
Morné Joubert created a post, Configuration with NO email notifications
Is it possible to write a plugin that will allow a configuration to not send ANY notifications (or only to a select persons) -
Morné Joubert created a post, How to specify comment when triggering build via http
I know i can trigger a personal build like thishttp://teamcity/httpAuth/action.html?add2Queue=bt21&personal=truebut what do i need to add to the a comment as well ?This is the same as if the user d... -
Morné Joubert created a post, Use P4 password inside scripts
We have a requirement where we would like to run p4 have to determine the file revision of all the files.How can i get access to the P4 password or implement a "p4 have" if i can't ?Thanks -
Morné Joubert created a post, MySQL 5.1 and 5.5
I am currently on MySQL 5.1 and was wondering if there will be any performance increases upgrading to 5.5 ? -
Morné Joubert created a post, Important messages when running C/C++ compiler
We use batch files to spawn make and other tools to compile C/C++ tools.Is there any method to get the compiler/linker warnings and errors into the important tab ? -
-
Morné Joubert created a post, Stopping build via REST
I am unsure how to stop a running build.I can get the current running build for the agent i am interested usinghttp://teamcity/httpAuth/app/rest/builds/?locator=running:true,agentName:myAgentAnd fr... -