Skip to content

Commit 3de4572

Browse files
committed
adding new plugin to build
adding extra metadata for rundeck3
1 parent 00c7c83 commit 3de4572

File tree

5 files changed

+38
-4
lines changed

5 files changed

+38
-4
lines changed

command/plugin.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
name: nixy-command
2-
version: 1.0.0
32
rundeckPluginVersion: 1.2
4-
author: alexh
5-
date: Sat Feb 09 19:09:49 PDT 2018
3+
author: "@author@"
4+
date: "@date@"
5+
version: "@version@"
6+
url: "@url@"
7+
description: Step plugins for *nix family nodes. Try until
8+
rundeckCompatibilityVersion: 3.x
9+
targetHostCompatibility: unix
10+
license: Apache 2.0
11+
tags:
12+
- script
13+
- RemoteScriptNodeStep
14+
- WorkflowStep
615
providers:
716
- name: nixy-command-try-until
817
service: RemoteScriptNodeStep

file/plugin.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ author: "@author@"
44
date: "@date@"
55
version: "@version@"
66
url: "@url@"
7+
description: Step plugins for *nix family nodes. Files ops
8+
rundeckCompatibilityVersion: 3.x
9+
targetHostCompatibility: unix
10+
license: Apache 2.0
11+
tags:
12+
- script
13+
- RemoteScriptNodeStep
14+
- file copier
15+
sourceLink: https://github.com/rundeck-plugins/nixy-step-plugins
716
providers:
817
- name: nixy-file-contains
918
service: RemoteScriptNodeStep

local-script/plugin.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ author: "@author@"
44
date: "@date@"
55
version: "@version@"
66
url: "@url@"
7+
description: Step plugins for *nix rundeck server
8+
rundeckCompatibilityVersion: 3.x
9+
targetHostCompatibility: unix
10+
license: Apache 2.0
11+
tags:
12+
- script
13+
- WorkflowStep
714
providers:
815
- name: nixy-local-workflow-step
916
service: WorkflowStep

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include 'waitfor', 'file', 'local-script'
1+
include 'waitfor', 'file', 'local-script', 'command'
22

waitfor/plugin.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ author: "@author@"
44
date: "@date@"
55
version: "@version@"
66
url: "@url@"
7+
description: Step plugins for *nix family nodes. Wait for ops
8+
rundeckCompatibilityVersion: 3.x
9+
targetHostCompatibility: unix
10+
license: Apache 2.0
11+
tags:
12+
- script
13+
- RemoteScriptNodeStep
14+
- WorkflowStep
15+
sourceLink: https://github.com/rundeck-plugins/nixy-step-plugins
716
providers:
817
- name: nixy-waitfor-dir-exists
918
service: RemoteScriptNodeStep

0 commit comments

Comments
 (0)