You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`git.branch`| Represents the current branch name. Falls back to commit-id for detached HEAD. Note: When an user uses the `evaluateOnCommit` property to gather the branch for an arbitrary commit (really anything besides the default `HEAD`) this plugin will perform a `git branch --points-at` which might return a comma separated list of branch names that points to the specified commit. |
889
889
|`git.build.number.unique`| Represents a system wide unique build number (see notes below). |
890
890
|`git.build.host`| Represents the hostname where the properties have been generated. |
@@ -901,7 +901,7 @@ Here is an overview of the set of properties that can be generated by the plugin
901
901
|`git.commit.message.full`| Represents the raw body (unwrapped subject and body) of the commit message (`git log -1 --pretty=format:%B`) |
902
902
|`git.commit.message.short`| Represents the subject of the commit message - may *not* be suitable for filenames (`git log -1 --pretty=format:%s`) |
903
903
|`git.commit.time`| Represents the (formatted) time stamp when the commit has been performed. |
904
-
|`git.commit.committer.time`| Represents the (formatted) time stamp when the commit has been performed. |
904
+
|`git.commit.committer.time`| Represents the (formatted) time stamp when the commit has been performed. |
905
905
|`git.commit.author.time`| Represents the (formatted) time stamp when the commit has been originally performed. |
906
906
|`git.commit.user.email`| Represents the user eMail of the user who performed the commit. |
907
907
|`git.commit.user.name`| Represents the user name of the user who performed the commit. |
0 commit comments