RDTK / generator

A tool for creating Jenkins jobs and other things from recipes describing software projects
GNU General Public License v3.0
21 stars 3 forks source link

add permissive-script-plugin to install-jenkins #61

Closed LeroyR closed 12 months ago

LeroyR commented 1 year ago

Is your feature request related to a problem? Please describe.

Orchestration jobs need manual approval when using the script-security plugin. This is installed as a dependency with the install-jenkins command.

Describe the solution you'd like

install-jenkins should add permissive-script-security and the required JVM arg -Dpermissive-script-security.enabled=true to the start_jenkins script to enable orchestration jobs without manual approval