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

1 view
Skip to first unread message

unnamed3@gmail.com (JIRA)

unread,
Feb 13, 2019, 9:09:03 AM2/13/19
to jenkinsc...@googlegroups.com
David Szekely created an issue
 
Jenkins / New Feature JENKINS-56125
Add Job DSL support
Issue Type: New Feature New Feature
Assignee: Unassigned
Components: filesystem-list-parameter-plugin
Created: 2019-02-13 14:08
Labels: plugin jenkins DSL
Priority: Major 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 Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

aspel@ukr.net (JIRA)

unread,
Nov 28, 2019, 11:20:02 AM11/28/19
to jenkinsc...@googlegroups.com
aspel aspel commented on New Feature 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'('')

 }
}
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages