Created
September 12, 2017 07:05
-
-
Save krzysbaranski/ee1c05cde416b2627fb004430ea9a87a to your computer and use it in GitHub Desktop.
rundeck-examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- description: '' | |
executionEnabled: true | |
id: 823c1c31-6b06-493c-a859-d09cc4891954 | |
loglevel: INFO | |
name: key_value_data_recieve | |
nodeFilterEditable: false | |
options: | |
- name: referenceTime | |
required: true | |
- name: timeShift | |
scheduleEnabled: true | |
sequence: | |
commands: | |
- script: | | |
#!/bin/bash | |
echo referenceTime="@option.referenceTime@" | |
echo timeShift="@option.timeShift@" | |
- args: ${option.referenceTime} ${option.timeShift} | |
description: subtask1 | |
script: | | |
#!/bin/bash | |
echo "$1" | |
echo "$2" | |
keepgoing: false | |
strategy: node-first | |
uuid: 823c1c31-6b06-493c-a859-d09cc4891954 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment