Added agent type to Jenkinsfile

This commit is contained in:
Marcin-Ramotowski 2025-06-08 16:52:37 +00:00
parent cc2f224d60
commit 5f0a3c3456

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
label 'kubernetes'
type 'kubernetes'
yamlfile 'podTemplate.yaml'
}