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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The plugin uses the `/issues` endpoint as that doesn't require a commit SHA or f
5
5
6
6
The plugin has been tested and built using **go 1.20.3**, so it is not guaranteed to work on versions **<1.20.3**.
7
7
8
-
⚠️ **Note**: this plugin requires the `polyglot-hooks`[experiment](https://github.com/buildkite/agent/blob/main/EXPERIMENTS.md#polyglot-hooks)to be enabled on your agents.
8
+
The plugin binary will get build in the step and output as a `pre-exit` hook. This ensures that it runs as the last command on the step and is able to get the *exit code* of the step that it runs on (necessary for the default message).
0 commit comments