diff options
Diffstat (limited to 'tests/rundeck_files')
-rw-r--r-- | tests/rundeck_files/test.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/rundeck_files/test.yaml b/tests/rundeck_files/test.yaml new file mode 100644 index 0000000..19fe18d --- /dev/null +++ b/tests/rundeck_files/test.yaml | |||
@@ -0,0 +1,13 @@ | |||
1 | - defaultTab: summary | ||
2 | description: Test job | ||
3 | executionEnabled: true | ||
4 | loglevel: INFO | ||
5 | name: Test job 2 | ||
6 | nodeFilterEditable: false | ||
7 | scheduleEnabled: true | ||
8 | sequence: | ||
9 | commands: | ||
10 | - exec: "false" | ||
11 | keepgoing: false | ||
12 | strategy: node-first | ||
13 | |||