Moved pod agent code from Jenkins master to YAML file in repo

This commit is contained in:
Marcin-Ramotowski
2025-06-08 16:45:05 +00:00
parent b14e6cf873
commit cc2f224d60
2 changed files with 59 additions and 1 deletions

3
Jenkinsfile vendored
View File

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