jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-31675] Allow setting a prefix for properties read from file
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
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
---
Originally reported by kewne, imported from: Allow setting a prefix for properties read from file
Raw content of original issue
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
Contributor guide
Assessment
This issue has not been assessed yet.