f500 / future-ci

A Continuous Integration tool by Future500 B.V.
MIT License
3 stars 2 forks source link

More verbose Slack messages #25

Closed RemiWoler closed 8 years ago

RemiWoler commented 9 years ago
rgeraads commented 9 years ago

Aside from code styling I would very much welcome this PR :+1:

jaspernbrouwer commented 9 years ago

Can you also add the commit hash? That's what's passed into "branch" from the payload:

$branch = $payload['head_commit']['id'];

If you can add this to the build as well and have a message like %s pushed commit %s to %s, that would be awesome!