Commit cf730a5
ci: allow passing a dict/list as a step parameter
In some cases we may want to pass a complex value to a step. For
example:
.buildkite/pipeline_pr.py \
--step-param 'retry/automatic=[{"exit_status": "*", "limit": 2}]'
(cherry picked from commit c6add4f)
Signed-off-by: Pablo Barbáchano <[email protected]>1 parent 1fcdaec commit cf730a5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | | - | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments