Teamcity is not triggering the jobs
hi Team,
Am trying to build ApplicationA and ApplicationB using the same build configuration in the teamcity, I have created sub-projects like Build Automation, Gating. The user will come to Build Automation job and pick which App he/she wants to build since building of applications are parameterized they have to pick during the run time. when two users wants to build the applications like user1 triggered the AppA and user2 triggered the AppB the build automation job is executing for both the applications but after switching to gating only the latest is getting through like user2 requests alone taken into the consideration while the user1 request is not having any trace on the gating.
Could you please share your thoughts/help to fix the issue.
Please sign in to leave a comment.
That's pretty strange, as builds triggered manually should always be added to the queue.
It seems like you have some sort of dependencies set up so that gating executes after build automation, but without a lot more detail it's hard to say what could be going wrong. We would need to know the exact setup to know what is going wrong. What is being triggered, what dependencies or other triggers are happening, etc.