For every build I see at the top the new commits that were added. Is there a way to get a reference to the commits via a git command?
My goal is make a script to check if there were changes in a certain directory in a build and if yes, send a Slack notification. The script should work with merge commits and also with rebased commits.
Any ideas? Thanks a lot!
