Gdogaru

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Gdogaru commented, -
Gdogaru created a post, Unable to get the autoincrementer plugin working
HiI have installed the autoincrementer plugin as it is described on the webpage.I modified the Build number format: to %autoinc.somevalue% , run the buildbut the build number doesn't get populate... -
-
-
-
Gdogaru created a post, how should an error look like to fail a build?
I have checked Fail build if ->an error message is logged by build runnerI use this on a gradle build. The build runner is command line and the executable gradle.bat . The build fails but the statu... -
-
-
Gdogaru created a post, Clean build or a post build action
Hi,I am running a bunch of maven builds using teamcity.I need to drop the databases after each build.I was looking at swabra plugin. It says that it can be used with maven. I am curios if it runs ... -
Gdogaru created a post, Add "Clean all files before build " programtically
Hi,I want to add the "Clean all files before build " flag to a jetbrains.buildServer.serverSide.SBuildTypeI saw there is a method boolean isCleanBuild(); but no setter.I tried setOption(new Boolea...