Trigger build as another TC user. Follow
Answered
We have a chat bot that can queue builds, however it always says "Triggered by Bot". Is there a way that the bot user can queue a build as another user (the user that actually wanted to build)?
Please sign in to leave a comment.
I assume you're using REST API to trigger builds. If this is the case, then TeamCity marks build as triggered by user whose credentials were provided with this REST API request.
Ok, so there is no way to override that behavior so that it looks in the GUI like it was Trigger By the user, not the bot....without having to have the bot store everyone credentials of course.