|
I found a issues with this fix. the environment variables displayed are system ones only. So if part of the build script you set a environment variable which you want show in the email, you cant. export COPY_PATH=/var/app/$BUILD_TAG/ In the Hudson email config I would like to say: Build has been copied to ${ENV, COPY_PATH} This case happens also for some parameterised builds. Our build is parameterised by a SOURCE_BUILD_NUMBER variable. The mail contains the reference ${ENV,SOURCE_BUILD_NUMBER} as indicated in the help, but this value is not replaced. reclosing.. export from subshell is invalid, as mentioned, and getting values from parameters is tracked in a separate issue: HUDSON-7075 |
||||||||||||||||||||||||||||||||||||||||
Implemented in r15326 by againjj.
Included in email-ext 2.3, released today.