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:
Mukul Sharma
2026-09-02 16:05:13 +05:30
parent 8b37db4636
commit e46742d54f
@@ -41,6 +41,11 @@ jenkins:
- workflow-aggregator:608.v67378e9d3db_1
- git:5.7.0
- 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:
requests:
cpu: 100m