-
Improvement
-
Resolution: Unresolved
-
Trivial
-
None
-
rc1
Environment variables can depend on each other, so their ordering matters.
For example, this makes no sense unless we can reorder these:
environment {
test = "${test2}"
test2 = "test2"
}
- relates to
-
JENKINS-43013 environment directive doesn't properly order GString evaluation
-
- Closed
-