python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to fix requests.get() failure on gitlab rest api?
I am using python reqests.get() to invoke one of gitlab api's in my Python script running on Windows. It works fine on my dev machine, but it fails with below error message when I run the script in T...
Kay
Votes: 0
Answers: 0
Is there a way to cancel all builds from queue?
I can't find a UI way in TeamCity to clear all queued builds in bulk.
One by one is possible, but sometimes triggers/dependencies hit the fan and you end-up with tens of unwanted builds.
REST API is a...
LironZ
Votes: 0
Answers: 4
Teamcity build to fail if number of failed tests is more than N% of total tests
Is that possible to configure a Teamcity build to fail if number of failed tests is more than N% of the passed tests in this build?
I've only discovered an option to fail based on a metric comparing c...
Mikhail Bolotov
Votes: 0
Answers: 1
How to integrate Gitversion
I would like to integrate an automated versioning system in my ASP.NET project. For each release, it should have a version number based on the previous release. I am planning to integrate Gitversion h...
Mohamed Hussain
Votes: 0
Answers: 2