jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-31675] Allow setting a prefix for properties read from file

Open
#649 0 comments 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
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


  • assignee: huybrechts
  • status: Open
  • priority: Minor
  • component(s): parameterized-trigger-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.