fix: refs #7442 Jenkinsfile use k8s cluster config
gitea/vn-autoconfig/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-05-21 21:55:32 +02:00
parent 86f0c27ab6
commit 0eb4dada3c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline {
env.VERSION = packageJson.version
}
withKubeConfig([
cluster: 'kubernetes',
clusterName: 'kubernetes',
namespace: 'autoconfig'
]) {
sh 'kubectl set image deployment/autoconfig autoconfig=registry.verdnatura.es/vn-autoconfig:$VERSION'