Corrected agent declaration in Jenkinsfile
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user