Skip to content

Commit

Permalink
Merge pull request #60 from sjrd218/plugin-metadata
Browse files Browse the repository at this point in the history
Plugin metadata
  • Loading branch information
ltamaster authored Feb 12, 2019
2 parents 7d18881 + f83b874 commit 37b1b2f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,15 @@ jar {
'Rundeck-Plugin-Version': rundeckPluginVersion,
'Rundeck-Plugin-Archive': 'true',
'Rundeck-Plugin-Classnames': pluginClassNames,
'Rundeck-Plugin-Libs': "${libList}"
'Rundeck-Plugin-Libs': "${libList}",
'Rundeck-Plugin-Name' : 'Rundeck WinRM',
'Rundeck-Plugin-Description' : 'Rundeck Node Executor and File Copier plugins that uses WinRM to connect to Windows and execute commands. It uses the OverThere Library to provide the WinRM implementation, and uses Basic authentication over HTTPS.',
'Rundeck-Plugin-Rundeck-Compatibility-Version': '2.3.2+',
'Rundeck-Plugin-Tags': 'java,node executor,file copier,WinRM,Windows',
'Rundeck-Plugin-License': 'Apache 2.0',
'Rundeck-Plugin-Source-Link': 'https://github.com/sjrd218/rundeck-winrm-plugin',
'Rundeck-Plugin-Target-Host-Compatibility': 'all',
'Rundeck-Plugin-Author': 'Rundeck, Inc.'

}
}
Expand Down

0 comments on commit 37b1b2f

Please sign in to comment.