Removed deprecated label option from pipeline

This commit is contained in:
Marcin-Ramotowski 2025-06-11 17:51:55 +00:00
parent 99cfdfddd0
commit d9fe927832

View File

@ -1,7 +1,6 @@
pipeline {
agent {
kubernetes {
label 'kubernetes-agent'
yamlFile '.jenkins/podTemplate.yaml'
}
}