Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Gdogaru
Total activity
20
Last activity
January 17, 2016 12:50
Member since
August 24, 2009 12:05
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (5)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
November 12, 2009 11:24
Thanks a lot, that works.Now I am close to a final version and I come across other problems.How to add General settings -> Build number format programaticaly ?How to add on a VcsTrigger "Build Tri...
Community
TeamCity Plugin Development
Add "Clean all files before build " programtically
0 votes
Created
February 08, 2010 13:38
can you tell me what modification, maybe I can tweak it
Community
TeamCity Plugin Development
Unable to get the autoincrementer plugin working
0 votes
Created
January 28, 2010 08:26
Here is a part of the log [10:27:24]: [ERROR] BUILD ERROR[10:27:24]: FAILURE: Build failed with an exception.[10:27:24]: * Where:[10:27:24]: Build file 'E:\TeamCityBuildAgent\work\33d954fe3159c8...
Community
TeamCity General Topics
Gradle support
0 votes
Created
August 24, 2009 12:05
Hi,I can't find this part You can try to instantiate VcsRootImpl using the following static method of VcsRootImpl: public static SVcsRoot createOn(Map<String, String> properties, String projectI...
Community
TeamCity General Topics
Creating Project, VCSRoots and BuildTypes via server side plugin
0 votes
Created
August 24, 2009 12:34
thanks, that helped.How can I find out what keys to use in VCS root options map, Map<String, String> options of createNewVcsRoot for CVS?
Community
TeamCity General Topics
Creating Project, VCSRoots and BuildTypes via server side plugin
0 votes
Created
January 28, 2010 10:06
fixed the problem ,I posted it inhttp://www.jetbrains.net/devnet/message/5255469#5255469
Community
TeamCity General Topics
how should an error look like to fail a build?
0 votes
Created
January 27, 2010 09:19
I tried to add a gradle build in TeamCity Enterprise Version 4.5.5 (build 9103)build runner : command lineCommand executable:gradle.batCommand parameters:-q sometest -SAt general settings I checked...
Community
TeamCity General Topics
Gradle support
0 votes
Created
January 28, 2010 10:05
it worked withgradle.taskGraph.afterTask {task, exception -> if (exception) { println "[ERROR] BUILD ERROR" println "##teamcity[buildStatus status='FAILURE' text='FAILURE omg!!!']" } else ...
Community
TeamCity General Topics
Gradle support
0 votes