Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-21361

http error 404 for multi-configuration projects

      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=build,target=targetA,targetB/
      due to the comma separation.

      maybe you could parse the url ?

          [JENKINS-21361] http error 404 for multi-configuration projects

          buenjy bar created issue -
          Jenkins IRC Bot made changes -
          Component/s New: matrix-project [ 18765 ]
          Component/s Original: matrix [ 15501 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 153225 ] New: JNJira + In-Review [ 178455 ]

            Unassigned Unassigned
            buenjybar buenjy bar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: