Carl-Erik Kopseng
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 15
-
Edited Error opening "file:///<snip>/pluginData/heartbeat/880271044"
I get a warning from cron that my TeamCity backup job had a non-zero exit status and in the long dump below one can see "CommandException: 1 files/objects could not be copied/removed.". After brows... -
Edited Configuring Slack Notifier (official) for personal notifications
AnsweredThe Slack Notifier (official) allows you to tick a box to only be notified of builds that fail due to your own changes. This seems like exactly what I want; don't bug everyone else, just the ones t... -
Edited Fetching entire repo, not just single commit
We have two somewhat complex build script running on TeamCity, both of which involves some git trickery where we have resorted to some hacks to deal with how TC checks out the code. One of the scri... -
Created Changing the target of VCS labelling
AnsweredThe following describes our current setup. It is a bit special and probably not ideal, so feel free to suggest another way of achieving the same results: Build A builds several branches and publis... -
Created maintainDB fails with UTFDataFormatException in hsqldb code on upgrade
AnsweredSome time ago our backups using `maintainDB` started failing due to missing heap space: Failed: Unexpected exception: SQL error when doing 'Querying for a single value ' while performing SQL query:... -
Edited Label only the builds in a Build Config matching a Git branch to use these in a dependant build
CompletedGiven a build configuration that builds multiple branches (master, develop, pull-requests/*), is there a way of creating a label on the builds that are triggered by a change on a specific branch? B... -
Created Improvement to docs: add more examples
Quite often I find myself wondering how an actual example would look like, and the only way to find out is trying out variations of what one think is hinted at in the docs. It would save a lot of p... -
Edited How can I tell TeamCity where to find the Surefire and Failsafe reports for JUnit?
We recently converted a dual build, dual repo setup to a single mono repo to simplify versioning of our application. Now we just trigger a single script from TeamCity that basically does this pus... -
Created Complete Pull Request guide
With the upgrade from version 10 to TeamCity 2018 we decided to configure the built-in pull request plugin. Unfortunately, we thought the few docs we saw were a little shy on documentation from the... -
Edited "Upper limit revision" kicks in after making a tag
For some reason, TC is no longer detecting changes to the development branch after we tagged a release. Up until last Friday, there were no tags, and TC had been building fine up until that point. ...