Skip to content

Commit ddb5f35

Browse files
author
TheSnoozer
committed
second attempt of fixing the generated github pages
1 parent 6f9d1aa commit ddb5f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/using-the-plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,8 @@ Generated properties
883883

884884
Here is an overview of the set of properties that can be generated by the plugin.
885885

886-
| generated property | description |
887-
| ----------------------------- | ----------------------------------------|
886+
| generated property | description |
887+
| ----------------------------- | ---------------------------------------- |
888888
|`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. |
889889
|`git.build.number.unique` | Represents a system wide unique build number (see notes below). |
890890
|`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
901901
|`git.commit.message.full` | Represents the raw body (unwrapped subject and body) of the commit message (`git log -1 --pretty=format:%B`) |
902902
|`git.commit.message.short` | Represents the subject of the commit message - may *not* be suitable for filenames (`git log -1 --pretty=format:%s`) |
903903
|`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. |
905905
|`git.commit.author.time` | Represents the (formatted) time stamp when the commit has been originally performed. |
906906
|`git.commit.user.email` | Represents the user eMail of the user who performed the commit. |
907907
|`git.commit.user.name` | Represents the user name of the user who performed the commit. |

0 commit comments

Comments
 (0)