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

"dynamic axis" option not available in Configuration Matrix using Job DSL

XMLWordPrintable

      Hi,

      In the process of creating the jobs from DSL,I see the option of "Dynamic axis" to configure in the matrix job using Job DSL as it supports only the below options

      Using Job DSL 1.77, Jenkins 2.277.2

      Would be of help if someone looks into it.

      axes

      { // Allows direct manipulation of the generated XML. configure(Closure configureBlock) // Adds a JDK axis. jdk(String... axisValues) // Adds a JDK axis. jdk(Iterable<String> axisValues) // Adds an axis that allows to run the same build on multiple nodes. label(String axisName, String... axisValues) // Adds an axis that allows to run the same build on multiple nodes. label(String axisName, Iterable<String> axisValues) // Adds an axis that allows to run the same build on multiple nodes by evaluating a boolean expression. labelExpression(String axisName, String... axisValues) // Adds an axis that allows to run the same build on multiple nodes by evaluating a boolean expression.. labelExpression(String axisName, Iterable<String> axisValues) // Adds an axis that allows to build the project with multiple versions of Python. python(String... axisValues) // Adds an axis that allows to build the project with multiple versions of Python. python(Iterable<String> axisValues) // Adds a user-defined axis. text(String axisName, String... axisValues) // Adds a user-defined axis. text(String axisName, Iterable<String> axisValues) }

      What i'm expecting is the below support in DSL code 

       

      Thanks and Regards,

      Sunil

            jamietanna Jamie Tanna
            sunilkp Sunil
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: