I have a jenkins task which polls on a git repo.
It is triggered on every git push to that git repo.
Is there any way Jenkins can get the last push message?
UPDATE
I want my current jenkins task to trigger a build on another Jenkins task with the commit message as a parameter.
what is the syntax for that?
like this?