-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
jenkins 1.537 (current master)
Jenkins should support following variable expansions:
- A=foo, B=bar, C=${foo}${bar} (
JENKINS-19488) - PATH=/some/other/path:${PATH} (broken in
JENKINS-19488and fixedJENKINS-19926) - PATH+XYZ=/some/other/path (a little broken in
JENKINS-19926)
JENKINS-19488 (3eea39648943583a530f47f69f93737266537d9d) and JENKINS-19926 (b95f2694529d22523701e8fe20f4f20b2f4d9fc4) did that in a too ad hoc way, and I'll re-implement it in more general way.
- is blocking
-
JENKINS-16255 Jenkins doesn't handle system wide environment variables which exist in different cases
- Resolved
- is related to
-
JENKINS-19926 SSH not found in Jeninks version > 1.532
- Resolved
-
JENKINS-16255 Jenkins doesn't handle system wide environment variables which exist in different cases
- Resolved
-
JENKINS-19488 Inconsistent expansion of env vars
- Resolved