TeamCity runs all steps twice, what is going on?
Hello,
This phenomenon started couple of days go, all of the steps run twice.
First, I though it is just a some log inconsistency, but then I realized that it is also push packages twice (and fails)
any idea what is going on?
(running TeamCity Professional 2017.2.4 (build 51228))

Please sign in to leave a comment.
ah, figured it out. we were starting two agents on the same machine: one as a service and the other as a java command line thing that starts when user logs in. before services was set to disable but somehow it got enabled...
I came across the same issue on a MacOS agent and I could not workout for the life of me what was going wrong.
It must of been the same problem with two agents running in parrallel. I just restarted the device and it's working as expected now. Maybe the agent got run again under another PID.
Thanks