Inik4172
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Inik4172 created a post, HA Teamcity setup with AWS Application Load Balancer as reverse proxy?
Hi, Will AWS ALB work as a reverse proxy for an HA TeamCity setup?Any sample settings are welcome.Thankyou! -
Inik4172 created a post, TeamCity keeps triggering builds when files changed outside of paths in VCS trigger rule
Hi, We are using a monorepo and rely on VCS Trigger rules to start builds when files in specific folders get changed. Very often TeamCity starts builds when no files in the folders configured in tr... -
Inik4172 created a post, TeamCity doesn't honor folder filters rules in trigger conditions
I have a simple VCS trigger that should trigger only when files in certain folders are changed. The filter looks like this: +:folder1/folder2/** But instead, the build fires off even when files in ... -
Inik4172 created a post, How to trigger build ONLY on pull request but not on merge?
Hi, I am trying to run a build ONLY on pull requests to main, but the build triggers on BOTH pull requests and merge stages.How do I reconfigure it to not run on merges to main? Thank you! I have t...