Routing
The nodes
section can be used to route pipelines to specific runners, or groups of runners, that have matching labels. This can be useful when you need to route pipelines to runners with special configurations or hardware.
1 kind: pipeline
2 type: exec
3 name: default
4
5 steps:
6 - name: build
7 commands:
8 - go build
9 - go test
10
11 node:
12 keyA: valueA
13 keyB: valueB