the_man_in_black
the_man_in_black

Reputation: 453

TeamCity Kotlin DSL Builds Not Triggering Automatically, Pending Changes are detected

I'm using TeamCity with Kotlin DSL (.kts files) to define my CI/CD pipelines. I've configured build configurations with VCS triggers, but they are not starting automatically when changes are pushed to my repository. I have 4 build configurations, two for the dev branch (build-dev and deploy-dev) and two for the master (=default in VCS root) branch (build-prod and deploy-prod). For the latter two the pending changes are displayed in the sidebar and the indicator icon is a green square, for the former two the square is grey and there are no pending changes displayed in the sidebar, but the pending changes are visible if I go to one of the build/deploy-dev configuration pages in the TC UI.

I've checked the following:

Here's a simplified example of one of my build configurations: enter image description here

Upvotes: 1

Views: 96

Answers (0)

Related Questions