bitbucket server - JENKINS : Is there a Jenkins Variable to get user name who did last commit in stash -
i got task run jenkins job every commit in stash. , in email body need mentioned user name last pushed code in stash.
is there jenkins variable user name did last commit in stash
you should @ email-ext plugin. provides ton features , control on email, including asking.
in particular, display name of user committed change, use: ${changes, format="%a"}
Comments
Post a Comment