Would be great to add support for JobDSL plugin.
      I use JobDSL to generate a jenkins job, would be great to use wit this as well.

          [JENKINS-56125] Add Job DSL support

          aspel aspel added a comment -
          configure {
           it / 'properties' / 'hudson.model.ParametersDefinitionProperty' / 'parameterDefinitions' / 'alex.jenkins.plugins.FileSystemListParameterDefinition' {
           'name'('IMAGES')
           'description'('for')
           'path'('/releases')
           'selectedType'('DIRECTORY')
           'sortByLastModified'('true')
           'sortReverseOrder'('true')
           'selectedEnumType'('DIRECTORY')
           'regexIncludePattern'('.*PNG$')
           'regexExcludePattern'('')
          
           }
          }

          aspel aspel added a comment - configure { it / 'properties' / 'hudson.model.ParametersDefinitionProperty' / 'parameterDefinitions' / 'alex.jenkins.plugins.FileSystemListParameterDefinition' { 'name' ( 'IMAGES' ) 'description' ( ' for ' ) 'path' ( '/releases' ) 'selectedType' ( 'DIRECTORY' ) 'sortByLastModified' ( ' true ' ) 'sortReverseOrder' ( ' true ' ) 'selectedEnumType' ( 'DIRECTORY' ) 'regexIncludePattern' ( '.*PNG$' ) 'regexExcludePattern' ('') } }

          Alexander Endter added a comment - - edited

          You can find examples in the dynamic DSL-API description if the plugin is installed: $JENKINS_URL/plugin/job-dsl/api-viewer/index.html#path/job-parameters-fileSystemList

          Alexander Endter added a comment - - edited You can find examples in the dynamic DSL-API description if the plugin is installed: $JENKINS_URL/plugin/job-dsl/api-viewer/index.html#path/job-parameters-fileSystemList

            Unassigned Unassigned
            hengi David Szekely
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: