Jfrog Pipeline - how I can get the committer name/login on the merge to master branch

33 Views Asked by At

In the pipeline's step, how do I get the name of the committer

I have tried to use

res_<resource name>_committerLogin
1

There are 1 best solutions below

0
On BEST ANSWER

You can use res_<resource_name>_lastAuthorLogin environment variable instead.

Please refer to this documentation of GitRepo Environment Variables for more information.