ビルドを公開するビルドステップの一部として、特定のビルドの変更ログにアクセスしたいと思います。具体的には、gitcommitメッセージです。
ビルドステップでgitを介してこれを実行できるかどうか、または変更ログをアクセス可能なパラメーターにすることができるかどうかはわかりません。どんな助けでも大歓迎です。
git log
おそらくあなたの答えです:
anew@Wintermute$ git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short
* 8e11818 2013-02-05 | Add first rough prototype of json controller. Add naive first model as a placeholder. Add separate contexts
* 6570201 2013-01-30 | Remove DAO layer. Preparation for graph data layer. [4n3w]
* a079c87 2013-01-30 | Cleanup. Wish I had more time for this! [4n3w]
編集:TeamCItyで保留中の変更のgitログを作成する方法を見つけました。これはあなたがやろうとしていることと重複している可能性があります。