-
Bug
-
Resolution: Fixed
-
Minor
-
None
The TRIGGERED_JOB_NAMES environment variable will only ever contain one entry, always being that of the last job that was executed.
When multiple instances of the same job are executed, the environment variable TRIGGERED_BUILD_RUN_COUNT_<job name> is not updated correctly. It will always be '1'
- is related to
-
JENKINS-25675 Provide environment variables like Parameterized Trigger Plugin
-
- Resolved
-
I have created a pull request containing a fix for this issue