Gdogaru
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created Add a CronScheduler to
Hi,I am trying to add a CronScheduler to a SBuildType, while modifying the projects with a plugin.How can this be done ? I didn't find any method to allow this.Thanks