ci(Jenkinsfile): refs #7442 Deploy with kubernetes agent and DinD

This commit is contained in:
Juan Ferrer 2024-06-04 12:30:41 +02:00
parent cb2b0e7725
commit 1f9dba7a12
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
pipeline {
agent any //{ label 'kube-agent' }
agent any { label 'kube-agent' }
environment {
PROJECT_NAME = 'vn-autoconfig'
}