Added agent type to Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'kubernetes'
|
type 'kubernetes'
|
||||||
yamlfile 'podTemplate.yaml'
|
yamlfile 'podTemplate.yaml'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user