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
Copy file name to clipboardExpand all lines: src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper/help.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
<dt><code>fullProjectName</code></dt><dd>Full name of the project of this build, including folders such as <code>folder1/folder2/foo</code>.</dd>
13
13
<dt><code>description</code></dt><dd>additional information about the build</dd>
14
14
<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>
15
16
<dt><code>timeInMillis</code></dt><dd>time since the epoch when the build was scheduled</dd>
16
17
<dt><code>startTimeInMillis</code></dt><dd>time since the epoch when the build started running</dd>
17
18
<dt><code>duration</code></dt><dd>duration of the build in milliseconds</dd>
0 commit comments