[JIRA] (JENKINS-56125) Add Job DSL support

2019-11-28 Thread as...@ukr.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aspel aspel commented on  JENKINS-56125  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add Job DSL support
 

  
 
 
 
 

 
 

 

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'('')

 }
} 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.197561.1550066903000.9021.1574958000142%40Atlassian.JIRA.


[JIRA] (JENKINS-56125) Add Job DSL support

2019-02-13 Thread unnam...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Szekely created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56125  
 
 
  Add Job DSL support
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 filesystem-list-parameter-plugin  
 
 
Created: 
 2019-02-13 14:08  
 
 
Labels: 
 plugin jenkins DSL  
 
 
Priority: 
  Major  
 
 
Reporter: 
 David Szekely  
 

  
 
 
 
 

 
 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.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment