"All text fields support the use of environment variables available during build (e.g. {code} ${BUILD_NUMBER}{code})."
JENKINS-9078
When trying to use for example "${BUILD_NUMBER}_log.html" for log file the result is that the filename is shown also that way ("${BUILD_NUMBER}_log.html") instead of "40_log.html".
"All text fields support the use of environment variables available during build (e.g. {code}${BUILD_NUMBER}{code})." JENKINS-9078
When trying to use for example " {code}${BUILD_NUMBER}_log.html"{code} for log file the result is that the filename is shown also that way (" {code}${BUILD_NUMBER}_log.html"){code} instead of "40_log.html".
"All text fields support the use of environment variables available during build (,e.g.: {code}${BUILD_NUMBER}{code})." JENKINS-9078
When trying to use for example {code}${BUILD_NUMBER}_log.html{code} for log file the result is that the filename is shown also that way {code}${BUILD_NUMBER}_log.html{code} instead of "40_log.html".
Okay, clearly a bug or at least a reasonable enhancement. I wont have time to look at this any time soon, unless someone at Nokia (the sponsor) requests this, but pull requests are welcome!