Issue Type: Bug Bug
Assignee: Unassigned
Components: matrix
Created: 13/Jan/14 9:07 PM
Description:

i have a multi-configuration project that call a grunt task with different parameters like this $action and $target
action : build test
target : targetA targetB targetA,targetB
with the command line : "grunt $action:$target"
so, there is 6 possibilities :
build:targetA
test:targetA
build:targetB
test:targetB
build:targetA,targetB
test:targetA,targetB

work fine for the 4 firsts options but when i would like to access to the command output of one of the two last there is an HTPP Error 404 : Not found
the url is : ../job/project_1/action=""> due to the comma separation.

maybe you could parse the url ?

Fix Versions: current
Project: Jenkins
Labels: jenkins matrix build
Priority: Critical Critical
Reporter: buenjy bar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to