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

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -