Skip to content

Commit b76885c

Browse files
committed
Add help text for RunWrapper 'externalizableId' property
1 parent aaade5b commit b76885c

File tree

1 file changed

+1
-0
lines changed
  • src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper

1 file changed

+1
-0
lines changed

src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper/help.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<dt><code>fullProjectName</code></dt><dd>Full name of the project of this build, including folders such as <code>folder1/folder2/foo</code>.</dd>
1313
<dt><code>description</code></dt><dd>additional information about the build</dd>
1414
<dt><code>id</code></dt><dd>normally <code>number</code> as a string</dd>
15+
<dt><code>externalizableId</code></dt><dd>identifier for this build from combining <code>fullProjectName</code> and <code>number</code> as <code>fullProjectName#number</code></dd>
1516
<dt><code>timeInMillis</code></dt><dd>time since the epoch when the build was scheduled</dd>
1617
<dt><code>startTimeInMillis</code></dt><dd>time since the epoch when the build started running</dd>
1718
<dt><code>duration</code></dt><dd>duration of the build in milliseconds</dd>

0 commit comments

Comments
 (0)