Sabibo
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created any way to restrict an agent from being auto-selected for a job, but still enable manual selection?
I want one agent to be reserved for doing special builds - I don't want it to be able to be selected automatically by Team City. But I don't want to exclude it using Agent Requirements, because I ... -
Created From the REST API, how do I specify that the build workspace is cleaned of all files before the build?
I just want to do this on specific builds I'm requesting - don't want it to be part of the agent specification or the build config. Surely there is a way to do this? -
Edited requesting specific revision via REST API doing a strange thing with workspaces/streams
I am looking at this page, the section describing how to request a build on a specific VCS changelist revision:https://www.jetbrains.com/help/teamcity/rest/start-and-cancel-builds.html#Run+a+Build+... -
Edited Can't sync to specific revision when starting a build
When starting a build, under the “Changes" tab, there is the Build Branch and Include Changes. Usually we use "<latest changes at the moment the build is started>".However, we have a need to cre... -
Created Can I start a new job from a running job AND ensure it runs on the same agent?
Having trouble figuring out how to do this. I have one job that creates some files in the workspace, and I want to run a lower priority job that will do something with them later…. -
Created is there any way to make it hard to override build steps? It's too error-prone
This ‘feature’ of overriding build steps when you edit them and are not in the template - it's just about the most error-prone thing I've run across in an IDE. People are constantly making changes... -
Created Anyone know how to attach an artifact (text file) to a Slack service message notification? Or at least a URL to the artifact?
In the Team City Administration's Slack settings, there's a "Public artifacts URL". But I can't find any documenation of what that is, how it should be formatted, etc… does anyone know?I've been t... -
Edited How to get / measure time in a build step?
Hard to believe this isn't easier - I just want to measure the elapsed time of a build, since it doesn't seem to be a built-in variable. I see several posts online that say to do this to record th... -
Created TeamCity re-compressing artifact which is already a .7z file
Is there any way to stop TeamCity from wrapping an artifact which is already a .7z file, in another onion-style .7z file?