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
In the following simple example, the "build with parameters" step requests to select a favourite team in
38
47
a number of sports categories and countries.
39
-
48
+
40
49
```csv
41
50
H,Sport,Team
42
51
V,SELECTED_SPORT,SELECTED_TEAM
@@ -48,7 +57,101 @@ C,Football,FC Rumeln
48
57
C,Wakeboard,WSC Duisburg Rheinhausen
49
58
```
50
59
51
-
This will display two drop down boxes. One with the label "Sport", one with the label "Team".
52
-
The first drop down box contains the values "Tennis", "Football" and "Wakeboard", the second will only hold the values "Tennisclub Rumeln-Kaldenhausen e. V." and "Oppumer TC".
53
-
When the first value is switched to "Wakeboard", the second drop down boxes content will change to "WSC Duisburg Rheinhausen".
54
-
As soon as the build is started, the environment variables SELECTED_SPORT and SELECTED_TEAM will contain the selected values.
60
+
This will display two drop-down boxes. One with the label "Sport", one with the label "Team".
61
+
The first drop-down box contains the values "Tennis", "Football" and "Wakeboard", the second will only hold the values "
62
+
Tennisclub Rumeln-Kaldenhausen e. V." and "Oppumer TC".
63
+
When the first value is switched to "Wakeboard", the second drop-down boxes content will change to "WSC Duisburg
64
+
Rheinhausen".
65
+
As soon as the build is started, the environment variables SELECTED_SPORT and SELECTED_TEAM will contain the selected
66
+
values.
67
+
68
+
### Pipeline job configuration
69
+
70
+
The same example from above would be configured in a tree-structure, which can be created programmatically and resembles
71
+
the internal structure that would be created from CSV internally.
0 commit comments