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

Pipeline step plugin: build job with MatrixCombinationsParameterValue

XMLWordPrintable

      Hello,

      In pipeline job i can not trigger another job with MatrixCombinationsParameter!

      In my pipeline job, i trigger another job with "MatrixCombinationsParameter".
      I find nothing in wiki and when I use the "Pipeline Syntax" it shows me the following warning:

      paramFilter
      Not applicable. Only applicable to multi-configuration projects.

      Select matrix combinations

      ------------------------JENKINSFILE---------------------------------
      stage "test "
      build job: 'Tests/test_func',
      parameters: [
      [$class: 'StringParameterValue', name: 'default_timeout', value: '30000'],
      [$class: 'StringParameterValue', name: 'git_ref', value: 'xxxx'],
      [$class: 'BooleanParameterValue', name: 'sof', value: true],
      [$class: 'BooleanParameterValue', name: 'fastkill', value: false],
      [$class: 'MatrixCombinationsParameterValue', name: paramFilter', value:'env_name=="int"']
      ],
      propagate: true,
      wait: true

            Unassigned Unassigned
            zzarkouna Zoubeyda ZARKOUNA
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: