Anders Schau Knatten
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
-
Anders Schau Knatten created a post, 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 ... -
-
Anders Schau Knatten commented, -
-
Anders Schau Knatten created a post, 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 ... -
Anders Schau Knatten created a post, 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... -
Anders Schau Knatten created a post, 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? -
Anders Schau Knatten created a post, 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,... -
Anders Schau Knatten commented,