jessehouwing / azure-pipelines-tfvc-tasks

Azure Pipelines tasks for Team Foundation Version Control
https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
MIT License
27 stars 18 forks source link

Check in user name is not the build agent user name #75

Closed shayki5 closed 5 years ago

shayki5 commented 5 years ago

Hi,

When I do check in (with the check in task) I guessed the build agent user name (the agent run as service) will be the changetset user name. But I see my name near the changeset. Is it correct? he takes the user name who queue the build?

Thank you!

jessehouwing commented 5 years ago

It's configurable. By default I'll try to use the name of the person triggering the build. Check the "Author" configuration option, set it to custom to force a system user.

On Thu, 3 Jan 2019, 12:38 Shayki Abramczyk <notifications@github.com wrote:

Hi,

When I do check in (with the check in task) I guessed the build agent user name (the agent run as service) will be the changetset user name. But I see my name near the changeset. Is it correct? he takes the user name who queue the build?

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jessehouwing/vsts-tfvc-tasks/issues/75, or mute the thread https://github.com/notifications/unsubscribe-auth/AD-uSw7TYxo154bmAkmN1hCGdXObQGdcks5u_eubgaJpZM4Zn8p2 .

shayki5 commented 5 years ago

Thanks for the quick response! I don't see the "Author" option, it's a new feature? (I don't have the latest version and currnetly I can't update because I work in sensitive company without internet connection).

jessehouwing commented 5 years ago

At least a year now... https://github.com/jessehouwing/vsts-tfvc-tasks/commit/d020276be17acae4333ccbbbe1c47654d752ad1a

shayki5 commented 5 years ago

Ok... so I guess we neet to update :) Thank you!

jessehouwing commented 5 years ago

Welcome!