Add pipeline-utility-steps plugin for readYaml
The kubernetes plugin fix worked — agent connected, checkout succeeded, pipeline ran through 3 stages. Next failure: loadConfig.groovy calls readYaml (to parse config.yaml), but that step isn't in the chart's default plugin list at all, so it was never installed: "No such DSL method 'readYaml' found among steps [...]". Adds pipeline-utility-steps, which provides readYaml/writeYaml/ readJSON etc.
This commit is contained in:
@@ -41,6 +41,11 @@ jenkins:
|
|||||||
- workflow-aggregator:608.v67378e9d3db_1
|
- workflow-aggregator:608.v67378e9d3db_1
|
||||||
- git:5.7.0
|
- git:5.7.0
|
||||||
- configuration-as-code:2006.v001a_2ca_6b_574
|
- configuration-as-code:2006.v001a_2ca_6b_574
|
||||||
|
# readYaml (loadConfig.groovy's config.yaml parsing) and any future
|
||||||
|
# writeYaml/readJSON-type usage — not part of the chart's default
|
||||||
|
# list at all, missing entirely rather than version-mismatched like
|
||||||
|
# kubernetes-client-api above.
|
||||||
|
- pipeline-utility-steps:3.810.va_7672d206740
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
Reference in New Issue
Block a user