Updated path to pod template yaml file

This commit is contained in:
Marcin-Ramotowski 2025-06-11 16:43:22 +00:00
parent ba69728c81
commit f579e440f8

View File

@ -2,7 +2,7 @@ pipeline {
agent { agent {
kubernetes { kubernetes {
label 'kubernetes-agent' label 'kubernetes-agent'
yamlFile 'podTemplate.yaml' yamlFile '.jenkins/podTemplate.yaml'
} }
} }