Anders Schau Knatten
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Git merge commits don't show in REST API, but shows in the UI
I merged a branch, and a build triggered. In the UI (/viewLog.html?buildId=702197&buildTypeId=<redacted>&tab=buildChangesDiv), it lists the new commit as well as the merge commit. In the REST API ... -
Created Why is my build log empty?
As the build is running, I can see the build log gradually appearing. But as soon as the build finishes, it just says "Build log is empty". See attached screenshot.I have not set up clean up rules ... -
Created Showing branches in overview page when there is no VCS root
The build pipeline for one of our projects consists of one configuration that builds everything, and several configurations which have snapshot and artifact dependencies to this one, to run tests o... -
Created How to debug a failing nunit run
I have a build step with an nunit build runner, that returns non-zero: "[Step 1/1] Process exited with code 1"There is however no further information in the log, how can I debug this issue? -
Created Build status is green even if NUnit runner returned non-zero
I use the NUnit tests runner in one of my build steps. Due to a misconfiguration on my part, this step failed with return code 1 (`[Step 2/2] Process exited with code 1`). Still the build is green,... -
Created Can TeamCity hide deleted feature branches
We are a quite large team, working with short lived feature branches. This makes the overview page very crowded. Is it possible to configure TeamCity to not display deleted branches?I don't want to... -
Created Display the name of the current build step
Both on the front page, and on the overview page for a build in progress, it would be very helpful to see the name of the current build step, not only the number.It this a feature you could conside... -
Created Manual cleanup of artifacts
We are saving a lot of artifacts for loads of projects. Instead of automatically cleaning them up after a certain time or number of builds, we would like to delete them manually at a certain stage ... -
Created How can I make a build number based on the dependencies' build numbers?
Our installer configuration depends on several program components, which are built in separate configurations. They all use different vcs roots. This means the build number of the installer reflect... -
Created How do I know the progress of maintainDB migrate
I am currently migrating our database from HSQLDB to PostreSQL, using the maintainDB script. We should have done this a long time ago, before the database grew so large, so we know this is going to...