Good afternoon,
I need to make a query of which is the user that performs deploy in a project, this result I want to have in the logs, I have been consulting and I saw an api called currentUser, curl -s -u user: user http: // localhost : 8085 / rest / api / latest / currentUser, but I get the user user and not the user that is logged in doing the deploy, is there any api rest that I can use for this functionality?
Good morning, in reality what I needed was to obtain all the data of the user that clicks the button of deploy, in which you passed me only you see the user who has done deploy but not the one doing it right now, I got a I place it for anyone who has the same problem with the variable {bamboo_ManualBuildTriggerReason_userName} I get the user who is doing the deploy and then via command (sed and grep) I look in the user screen which is the full name, mail and group to which it belongs . Example:
build 03-Oct-2018 17:39:00 User Data performed by Deploy:
build 03-Oct-2018 17:39:00 User: bamboo
build 03-Oct-2018 17:39:00 Full Name: bamboo
build 03-Oct-2018 17:39:00 Mail: bamboo.com
build 03-Oct-2018 17:39:01 GroupAD: bamboo-admin
Same thanks for the help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.