Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.06 KB

rundeck-ui-mods

Rundeck UI plugin that adds the following:

  • Select All Options Button
    • Provider: select-all-options-button
    • Description: Adds a check/uncheck all button beneath all multi-valued options on a job execution page.
    • Example

Installation

  1. Download the plugin file
wget "https://github.com/theque5t/rundeck-ui-mods/raw/master/build/rundeck-ui-mods-1.0.0-plugin.zip"
  1. Put the plugin file, rundeck-ui-mods-1.0.0-plugin.zip, into the plugin directory
mv rundeck-ui-mods-1.0.0-plugin.zip /var/lib/rundeck/libext
  1. Restart the Rundeck service
service rundeckd restart

Credits