Updated path to pod template yaml file
This commit is contained in:
parent
ba69728c81
commit
f579e440f8
2
.jenkins/Jenkinsfile
vendored
2
.jenkins/Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
||||
agent {
|
||||
kubernetes {
|
||||
label 'kubernetes-agent'
|
||||
yamlFile 'podTemplate.yaml'
|
||||
yamlFile '.jenkins/podTemplate.yaml'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user