-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yaml
More file actions
26 lines (26 loc) · 707 Bytes
/
Copy pathplugin.yaml
File metadata and controls
26 lines (26 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: nixy-local-script
rundeckPluginVersion: 1.2
author: (C) Alex Honor
date: 07/11/2017
version: 1.0.0
providers:
- name: nixy-local-script-step
service: WorkflowNodeStep
title: 'Local Script'
description: Run a script locally on the server per node
plugin-type: script
script-interpreter: /usr/bin/env bash
script-file: run-script
script-args:
config:
- name: script
title: Script
type: String
required: true
renderingOptions:
displayType: CODE
codeSyntaxMode: shell
- name: arguments
title: Arguments
type: String
required: false