Sha256: f31f169557686c3d7e0749a41999c905942a5910c711a47303244e4765359c43

Contents?: true

Size: 441 Bytes

Versions: 5

Compression:

Stored size: 441 Bytes

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_task_with_recursive_a_b_1_2_scenario"
    - "rm -f /var/tmp/hello_rundock_from_task_with_recursive_1_2_c_d_scenario"
  task:
    - task_1 1 2
---
---
task_1:
  task:
    - task_2 a  b  $1 $2
    - task_2 $1 $2 c  d
task_2:
  command:
    - "echo 'Hello Rundock from task with recursive Scenario.' > /var/tmp/hello_rundock_from_task_with_recursive_$1_$2_$3_$4_scenario"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/platforms/localhost/scenarios/task_with_recursive_args_scenario.yml
rundock-1.2.0 spec/integration/platforms/localhost/scenarios/task_with_recursive_args_scenario.yml
rundock-1.1.7 spec/integration/platforms/localhost/scenarios/task_with_recursive_args_scenario.yml
rundock-1.1.6 spec/integration/platforms/localhost/scenarios/task_with_recursive_args_scenario.yml
rundock-1.1.5 spec/integration/platforms/localhost/scenarios/task_with_recursive_args_scenario.yml