-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
build-user-vars-plugin 1.1
jenkins 1.472
"Jenkins user build vars plugin" works as documented in a freestyle job, but does not populate the user variables in a matrix job.
echo $BUILD_USER – full name of user started build,
echo $BUILD_USER_FIRST_NAME – first name of user started build,
echo $BUILD_USER_LAST_NAME – last name of user started build,
echo $BUILD_USER_ID – id of user started build.
- is related to
-
JENKINS-11968 Plugin started-by-envvar should extend the EnvInject plugin
- Open
-
JENKINS-14490 Build User Variables should be accessible from Post-Build Actions
- Resolved