-
Bug
-
Resolution: Duplicate
-
Major
-
Parameterized Trigger Plugin v2.16
This functionality was introduced in v2.9, via this issue: https://issues.jenkins-ci.org/browse/JENKINS-9391
However, it only works if the trigger is a build action. The variable won't resolve if the trigger is a post-build action; instead, no builds get kicked off.
- duplicates
-
JENKINS-11280 Downstream project name is not accepting env variable/build parameters
-
- Open
-
I think you have hit the issue that has already been fixed in commit
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/16586248c382ef417e0aaa1d2cdb00baee87ec18
which has not yet been released.
Where the Environment variables are not correct, due to using the Dependancy Graph to trigger the downstream builds which always runs on master therefore does not get the correct env variables.