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