We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc8d8f commit fb506adCopy full SHA for fb506ad
docs/content/pipelines/Run Pipeline.md
@@ -13,15 +13,15 @@ It is possible to pass build variables using a file. (supported format: json and
13
The variables file structure should be an array. <br>
14
The pipeline will be triggered multiple times according to the array length.
15
16
-#### Variable json file with 2 sets of variables
+#### Variable yaml file with 2 sets of variables
17
```yaml
18
- key: value
19
key2: key1
20
21
key2: key2
22
```
23
24
-#### Variable yaml file with 2 sets of variables
+#### Variable json file with 2 sets of variables
25
```json
26
[
27
{
0 commit comments