Skip to content

Commit 75d855e

Browse files
committed
Merge pull request #186 from sergey-podolsky/master
Add missing git.build.host to GitRepositoryState Bean
2 parents 39a761c + 9775650 commit 75d855e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Start out with with adding the above steps to your project, next paste this **gi
299299
<property name="commitIdAbbrev" value="${git.commit.id.abbrev}"/>
300300
<property name="commitTime" value="${git.commit.time}"/>
301301
<property name="buildTime" value="${git.build.time}"/>
302+
<property name="buildHost" value="${git.build.host}"/>
302303
<property name="buildUserName" value="${git.build.user.name}"/>
303304
<property name="buildUserEmail" value="${git.build.user.email}"/>
304305
<property name="commitMessageFull" value="${git.commit.message.full}"/>

0 commit comments

Comments
 (0)