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

Ensure matrix projects do not break blue ocean

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major Major
    • blueocean-plugin
    • None
    • 1.0-pre-beta-1

      Backend API doesn't support Matrix style projects. Matrix or Multi-configuration project has build configuration where it can have multiple axis and for each combination of axis values build is repeated.

      For example if there are two axis, OS with values linux and windows and JDK with values 1.7 and 1.8. then a build will result in to 4 instance of builds:

      OS=linux,JDK1.7
      OS=linux,JDK1.8
      OS=windows,JDK1.7
      OS=windows,JDK1.8

      Project itself is supported and can be accessed using pipelines API but underlying matrix project properties such as axis and combination of axis is not handled.

      Backend should define API model and how they are exposed via REST API.

            vivek Vivek Pandey
            vivek Vivek Pandey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: