-
```
import time
import unittest
class SampleTest(unittest.TestCase):
def test_sample(self):
for i in range(10):
with self.subTest(i=i):
time.sleep(i/…
-
- [ ] Add JUnit report generation
Most CI support JUnit report parsing :
- TeamCity: https://www.jetbrains.com/help/teamcity/xml-report-processing.html
- GitLab-CI: https://docs.gitlab.com/ee…
-
## Description
I'm trying to automate the update of cloud images, using the [code here](https://github.com/OctopusDeploy/TeamCityCloudAgentUpdater).
I've found that when I set the `imageId` to t…
-
I think since yesterday after a debops-update the pki role failed with every second run:
TASK [debops.pki : Sign certificate requests for current hosts] **********************************************…
-
Each team city configuration has a default branch, but it can also have feature branches.
An example of this (using git flow) looks something like this.
- develop
-
TeamCity agent does not work anymore on EKS 1.24... Most likely because of this:
https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html
This is the config tat works on 1.23…
-
JetBrain's TeamCity seems to be a nice alternative to Jenkins and it probably also has good integration with IDEA.
Can you start looking at it and how it is installed, there is a blog post at http://…
-
Teamcity still tries to clean up StackPath CDN cache but we recently moved to Azure Frontdoor.
At the same time, we likely want to take this opportunity to move purge cache action from a teamcity b…
-
https://www.jetbrains.com/help/teamcity/using-teamcity-as-nuget-feed.html says
> You can use TeamCity NuGet feeds to restore packages in your builds: when the NuGet Installer or NuGet Publish build…
pjt33 updated
4 years ago
-
I've encountered an issue with this library since upgrading to TeamCity **2020.1.4** from **2020.1.3**.
The .NET build runner now calls C:\Program Files (x86)\Microsoft Visual Studio\2019\Professio…