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

Allow setting a prefix for properties read from file

XMLWordPrintable

      When using parameterized triggers with properties from a file, it would be nice to be able to set a prefix, to avoid name clashes.

      For example, I might have a set of modules and each produces a properties file with the same properties.
      If I want to aggregate those for downstream builds, there will be name clashes that could be avoided by specifying a prefix for properties in a given file, like:

      # moduleA.properties
      version=1.0.0 #would become moduleA.version
      
      # moduleB.properties
      version=2.0.0 #would become moduleB.version
      

            huybrechts huybrechts
            kewne João Cabrita
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: