What feature do you want to see added?
PR #2250 added environment variable substitution for configuration files copied
from /usr/share/jenkins/ref/ on Linux via jenkins-support. The same functionality
is not yet available for Windows containers via jenkins-support.psm1.
This would add equivalent support for JENKINS_ENABLE_ENV_SUBST=true in
jenkins-support.psm1, handling ${VAR} and ${VAR:-default} syntax in .xml,
.conf, .properties, and .groovy files during container initialization.
Upstream changes
Introduced in #2250, suggested by @lemeurherve upon merging.
Are you interested in contributing this feature?
Yes, I plan to open a follow-up PR implementing this.
What feature do you want to see added?
PR #2250 added environment variable substitution for configuration files copied
from
/usr/share/jenkins/ref/on Linux via jenkins-support. The same functionalityis not yet available for Windows containers via
jenkins-support.psm1.This would add equivalent support for JENKINS_ENABLE_ENV_SUBST=true in
jenkins-support.psm1, handling ${VAR} and ${VAR:-default} syntax in .xml,.conf, .properties, and .groovy files during container initialization.
Upstream changes
Introduced in #2250, suggested by @lemeurherve upon merging.
Are you interested in contributing this feature?
Yes, I plan to open a follow-up PR implementing this.