-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
It would be nice to be able to specify empty values for a matrix axis. For example, I use a matrix job for a C++ project and set different build options (debug, profile, etc) as values of an axis. The default build has no special options.
I can trick Hudson into accepting the empty string by enclosing it in quotes, but this will be lost the next time I edit and save the configuration (the quotes are not preserved). It also doesn't seem to work with touchstone builds. I want to do the normal build (without any options) first and only if it succeeds kick off all the other combinations.