ci(Jenkinsfile): refs #7442 Deploy with kubernetes agent and DinD
This commit is contained in:
parent
e8a370f1d8
commit
4ddec37eed
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env groovy
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
agent { label 'kube-agent' }
|
||||
environment {
|
||||
PROJECT_NAME = 'vn-autoconfig'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue