Dustin 2025-09-25 18:57:24 -05:00
parent d3379270c4
commit 835ec75472
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ def runInPod(args, block) {
] ]
} }
podTemplateYaml = writeYaml(data: tmpl, returnText: true) podTemplateYaml = writeYaml(data: tmpl, returnText: true)
echo podTemplateYaml
} }
podTemplate( podTemplate(
yaml: podTemplateYaml, yaml: podTemplateYaml,