Gabriel Lukacs
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Edited Agent started but server shows message "1 cloud agents are starting" and agent goes to idle state
Hi, we (company) use TeamCity Enterprise 2024.07.3 (build 160765).These are first/last few lines of docker agent startup/initialization/upgrade logs:. . .[2025-05-13 08:20:01,079] INFO - s.buildS... -
Created Get total test count via rest api
Hello, is it possible to find recursively the total test count for latest success builds (per build configuration) under specific project and its subprojects (can be more level of subprojects) and... -
Created Does exist logs how teamcity evaluates Trigger rules?
Hello, does exist logs how teamcity evaluates Trigger rules and why specific build configuration was triggered or not from Trigger rules pov? Thanks. -
Created Pending changes per VCS
Hello, is it possible (or would it be possible) to list/sort pending changes for build configuration per VCS in the drop down window? Thanks. Regards, Gabriel. -
Created vcs trigger with trigger rules in build chain
Hi, is it possible to setup such a build chain configuration (described below) in teamcity? A->B A and B working with different version control settings (they use different repos from GIT)B depend... -
Created Publishing more artifacts from different directories as one compressed (zip) package
AnsweredHello, is it possible to publish several artifacts from different directories as one archive (ZIP package) per build configuration? Thanks. Regards, Gabriel -
Created Is it possible to avoid running 2 parallel builds of same project?
AnsweredHello, I have a project with trigger which triggers build at every hour (I do not want run build at every source checkin). But sometimes I want to run build immediately at some source checkin so I ... -
Created Share dynamically defined variable between build configurations
AnsweredHello, is it possible to read a value of some parameter/variable in build step A of build configuration B which was set (I mean the variable) in build step X of build configuration Y of same projec...