Corrected agent declaration in Jenkinsfile
This commit is contained in:
parent
cc2f224d60
commit
c707974a2e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,7 +1,9 @@
|
||||
pipeline {
|
||||
agent {
|
||||
label 'kubernetes'
|
||||
yamlfile 'podTemplate.yaml'
|
||||
kubernetes {
|
||||
label 'kubernetes-agent'
|
||||
yamlFile 'podTemplate.yaml'
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
|
Loading…
x
Reference in New Issue
Block a user