Corrected agent declaration in Jenkinsfile

This commit is contained in:
Marcin-Ramotowski 2025-06-08 16:56:35 +00:00
parent cc2f224d60
commit c707974a2e

6
Jenkinsfile vendored
View File

@ -1,7 +1,9 @@
pipeline {
agent {
label 'kubernetes'
yamlfile 'podTemplate.yaml'
kubernetes {
label 'kubernetes-agent'
yamlFile 'podTemplate.yaml'
}
}
environment {