I've got a jenkins CI installed with the valgrind plugin. There is one very important thing missing there: you cannot set executable options. I can set parameters, but if I want to call valgrind my_executable -opt my_option_value
the plugin will generate the command valgrind my_executable "-opt my_option_value"
and this is useless.
I found a jira ticket corresponding to this feature. It's stated to be fixed since version 0.12, but I can't see neither in my jenkins (latest version - 1.500 and valgrind plugin 0.18) nor on the main plugin website screenshot.
Does anyone know if the valgrind jenkins plugin supports executable options?