It seems as the plugin can't trigger a specific configuration inside a matrix job. I have a CI trigger job set up to build a specific permutation of a multi-config job, such as
      MasterBuild/BRANCH_NAME=MyBranchName,BUILD_TYPE=Dev,PLATFORM=MyPlatform.

      When starting to type in the "Projects to build" input box it even fills in the parameters. However, when the job is triggered I get this:
      ERROR: Build aborted. Can't trigger undefined projects. 3 of the below project(s) can't be resolved:
      > BUILD_TYPE=Dev
      > MasterBuild/BRANCH_NAME=MyBranchName
      > PLATFORM=MyPlatform

      It seems as the comma sign in the branch is used as a delimiter, thus making three trigger calls. Is matrix job triggering not supported? Can it be extended with say a checkbox for "Invoke matrix project", which would use a different delimiter (semicolon maybe)?

          [JENKINS-34319] Cannot trigger multi-configuration from job

          Tommi Kiviniemi created issue -
          Tommi Kiviniemi made changes -
          Description Original: It seems as the plugin can't trigger a specific configuration inside a matrix job. I have a CI trigger job set up to build a specific permutation of a multi-config job, such as
          MasterBuild/BRANCH_NAME=MyBranchName,BUILD_TYPE=Dev,PLATFORM=MyPlatform.

          When starting to type in the "Projects to build" input box it even fills in the parameters. However, when the job is triggered I get this:
          ERROR: Build aborted. Can't trigger undefined projects. 3 of the below project(s) can't be resolved:
           > BUILD_TYPE=Dev
           > MasterBuild/BRANCH_NAME=Puzzler
           > PLATFORM=ios

          It seems as the comma sign in the branch is used as a delimiter, thus making three trigger calls. Is matrix job triggering not supported? Can it be extended with say a checkbox for "Invoke matrix project", which would use a different delimiter (semicolon maybe)?
          New: It seems as the plugin can't trigger a specific configuration inside a matrix job. I have a CI trigger job set up to build a specific permutation of a multi-config job, such as
          MasterBuild/BRANCH_NAME=MyBranchName,BUILD_TYPE=Dev,PLATFORM=MyPlatform.

          When starting to type in the "Projects to build" input box it even fills in the parameters. However, when the job is triggered I get this:
          ERROR: Build aborted. Can't trigger undefined projects. 3 of the below project(s) can't be resolved:
           > BUILD_TYPE=Dev
           > MasterBuild/BRANCH_NAME=MyBranchName
           > PLATFORM=MyPlatform

          It seems as the comma sign in the branch is used as a delimiter, thus making three trigger calls. Is matrix job triggering not supported? Can it be extended with say a checkbox for "Invoke matrix project", which would use a different delimiter (semicolon maybe)?
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 170399 ] New: JNJira + In-Review [ 183883 ]

            huybrechts huybrechts
            tommigun Tommi Kiviniemi
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: