Jenkins Matrix job with commas Jenkins Matrix job with commas jenkins jenkins

Jenkins Matrix job with commas


You can specify multiple Maven profiles without using commas with -Pprofile1 -Pprofile2 and use quotes to escape the spaces.

My configuration matrix looks like this:

enter image description here

The maven command is

Maven Command


Have you tried spaces instead of commas ?

The Help link says Values assigned to variables. Multiple values are separated by whitespace or newlines. Use shell quoting syntax for a value that contains whitespace.

Screenshot from Jenkins matrix configuration