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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,10 @@ Important:
70
70
71
71
By default the plugin will not follow symlinked folders, set this option to `true` to do so. This will add the `-L` option to the `find` command used to get the files to upload.
72
72
73
+
#### `job-id` (string)
74
+
75
+
The buildkite job id for which the results should be linked to. Defaults to the current job.
76
+
73
77
#### `missing-error` (integer)
74
78
75
79
Exit code of the hook when no files are found to upload as long as the step's command has not failed already.
@@ -153,7 +157,7 @@ You can also use build artifacts generated in a previous step:
0 commit comments