Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-63679

Provide a way to pass multiple yamlFiles

XMLWordPrintable

      The ability to use a yamlFile is helpful to centralize templates across multiple teams, but it would be interesting if we can add more containers on top of the yamlFile-provided ones.

      For example, yamlFiles.

      Something like:

      agent {
          kubernetes {
              yamlFiles(['path-to-global.yml', 'my-teams-containers.yml'])
              yamlMergeStrategy merge()
          }
      } 

            Unassigned Unassigned
            chadiem Chadi El Masri
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: