Previously the DMAKE_SKIP_TESTS parameter was implicitly passed to the dmake process thanks to jenkins exposing all job parameters also as environment variables.
This makes things harder to debug when looking at the actual dmake command.
This is a frequent enough case to improve it.
Previously the DMAKE_SKIP_TESTS parameter was implicitly passed to the
dmake
process thanks to jenkins exposing all job parameters also as environment variables. This makes things harder to debug when looking at the actual dmake command. This is a frequent enough case to improve it.