Nitin Dagdi
Nitin Dagdi

Reputation: 57

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

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

Answers (1)

Deepika Banoth
Deepika Banoth

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

Related Questions