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
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ steps:
14
14
- wait: ~
15
15
continue_on_failure: true
16
16
- plugins:
17
-
- junit-annotate#v2.6.0:
17
+
- junit-annotate#v2.7.0:
18
18
artifacts: tmp/junit-*.xml
19
19
```
20
20
@@ -30,10 +30,10 @@ steps:
30
30
- wait: ~
31
31
continue_on_failure: true
32
32
- plugins:
33
-
- junit-annotate#v2.6.0:
33
+
- junit-annotate#v2.7.0:
34
34
artifacts: tmp/junit-*.xml
35
35
- plugins:
36
-
- junit-annotate#v2.6.0:
36
+
- junit-annotate#v2.7.0:
37
37
artifacts: artifacts/junit-*.xml
38
38
context: junit-artifacts
39
39
```
@@ -114,6 +114,17 @@ Default: `true`
114
114
115
115
Controls whether the JUnit processing should run inside a Docker container. When set to `false`, the processing will run directly on the host using the system's Ruby installation.
| ✅ | ⚠️ | ⚠️ | ✅ | **K8s** - Out of the box, requires `run-in-docker: false` and a container image with `ruby` installed<br>Likely requires some complex podSpec (pending investigation)<br>**Hosted (Mac)** - instances do not ship with the Docker daemon, but can use a `ruby` binary on the agent |
122
+
123
+
- ✅ Fully supported (all combinations of attributes have been tested to pass)
124
+
- ⚠️ Partially supported (some combinations cause errors/issues)
125
+
- ❌ Not supported
126
+
127
+
117
128
## Developing
118
129
119
130
To run testing, shellchecks and plugin linting use use `bk run` with the [Buildkite CLI](https://github.com/buildkite/cli).
@@ -140,7 +151,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
0 commit comments