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