Reputation: 57
In the pipeline's step, how do I get the name of the committer
I have tried to use
res_<resource name>_committerLogin
Upvotes: 1
Views: 25
Reputation: 361
You can use res_<resource_name>_lastAuthorLogin
environment variable instead.
Please refer to this documentation of GitRepo Environment Variables for more information.
Upvotes: 2