Jenkins: capture git commit message

502 Views Asked by At

Possible Duplicate:
Get access to Build Changelog in Jenkins

We have a Jenkins CI server setup that is doing rubymotion testflight builds. Rubymotion allows a message to be sent to testflight as 'notes' on that build. We are interested in capturing the git commit message and passing it along to the rake testflight task.

Is there a Jenkins plugin that could capture the commit message in a global variable?

0

There are 0 best solutions below