From 57b1b955c37651bb49206135e890d006e5431773 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Tue, 20 Dec 2022 16:38:21 -0300 Subject: [PATCH] match the plugin name with plugin metadata name --- build.gradle | 4 ++-- plugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3afa630..a9cc38f 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,8 @@ scmVersion { } } -ext.pluginName = 'Python Winrm Node Executor/File Copier Plugin' -ext.pluginDescription = "Connect to remote windows nodes using WINRM" +ext.pluginName = 'py-winrm-plugin' +ext.pluginDescription = "Python Winrm Node Executor/File Copier Plugin. Connect to remote windows nodes using WINRM" ext.sopsCopyright = "© 2022, Pagerduty, Inc." ext.sopsUrl = "https://pagerduty.com" ext.buildDateString=new Date().format("yyyy-MM-dd'T'HH:mm:ssX") diff --git a/plugin.yaml b/plugin.yaml index 7c74673..8303e27 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,4 +1,4 @@ -name: py-winrm-plugin +name: "@name@" rundeckPluginVersion: 2.0 author: "@author@" date: "@date@"