Skip to content

Commit

Permalink
[FIXED JENKINS-11244] another help text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
m31 committed Jan 26, 2012
1 parent 854672a commit ee56c7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/webapp/help-projectConfig.html
Expand Up @@ -50,17 +50,14 @@
<td>ID of user that triggered this job. Has value of "null" for anonymous user. Only filled if the build was trigged by an user.</td>
</tr><tr>
<td><tt>build.user.name</tt></td>
<td>User that triggered this job.</td>
<td>User that triggered this job. Only filled if the build was triggered by an user.</td>
</tr><tr>
<td><tt>build.user.fullName</tt></td>
<td>Full name of user that triggered this job. Mostly identical with value of "build.user.name" (if ID is not null).</td>
</tr><tr>
<td><tt>build.user.emailAddress</tt></td>
<td>Email address of user that triggered this job. If no user with email address was found, the admin email address stands here.</td>
</tr><tr>
<td><tt>build.user.name</tt></td>
<td>User that triggered this job. Only filled if the build was triggered by an user.</td>
</tr><tr>
<td><tt>build.upstream.number</tt></td>
<td>Number of upstream job that triggered this job. Only filled if the build was triggered by an upstream project.</td>
</tr><tr>
Expand Down

0 comments on commit ee56c7b

Please sign in to comment.