Hi,
I would need to use Jenkins for defining a matrix of true/false values along two axes, and then dumping it to a CSV file.
The user interface generated by a Multi-Configuration job (via Matrix Project Plugin) would be perfect for the definition of the matrix, but then how can I export the selected configuration to CSV?
I could append one line to the output file for each combination which is being built, getting the parameters from the current build, but it does not look like a very elegant solution to say the least...
Any ideas?
Thank you very much.
01