Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 37b1b2f

Browse files
authored
Merge pull request #60 from sjrd218/plugin-metadata
Plugin metadata
2 parents 7d18881 + f83b874 commit 37b1b2f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,15 @@ jar {
7272
'Rundeck-Plugin-Version': rundeckPluginVersion,
7373
'Rundeck-Plugin-Archive': 'true',
7474
'Rundeck-Plugin-Classnames': pluginClassNames,
75-
'Rundeck-Plugin-Libs': "${libList}"
75+
'Rundeck-Plugin-Libs': "${libList}",
76+
'Rundeck-Plugin-Name' : 'Rundeck WinRM',
77+
'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.',
78+
'Rundeck-Plugin-Rundeck-Compatibility-Version': '2.3.2+',
79+
'Rundeck-Plugin-Tags': 'java,node executor,file copier,WinRM,Windows',
80+
'Rundeck-Plugin-License': 'Apache 2.0',
81+
'Rundeck-Plugin-Source-Link': 'https://github.com/sjrd218/rundeck-winrm-plugin',
82+
'Rundeck-Plugin-Target-Host-Compatibility': 'all',
83+
'Rundeck-Plugin-Author': 'Rundeck, Inc.'
7684

7785
}
7886
}

0 commit comments

Comments
 (0)