Sha256: 03c12180d255e7d49ecb287dcc142e70f7ab25c17ead53fd734857600c1b3d87

Contents?: true

Size: 786 Bytes

Versions: 10

Compression:

Stored size: 786 Bytes

Contents

- target: anyhost-01
  command:
    - "rm -rf /var/tmp/hello_rundock_from_task_with_args_scenario"
  task:
    - write_echo task_with_args two
---
anyhost-01:
  target_type: host
  host: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_key>"
---
write_echo:
  command:
    - mkdir /var/tmp/hello_rundock_from_$1_scenario
    - echo 'Hello Rundock from task with args Scenario. $@ $#' > /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario
    - cp /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario /var/tmp/hello_rundock_from_$1_scenario_$2
    - cp /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario /var/tmp/hello_rundock_from_${USER}_scenario

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.2.0 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.7 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.6 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.5 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.4 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.3 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.2 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.1 spec/integration/scenarios/task_with_args_scenario.yml
rundock-1.1.0 spec/integration/scenarios/task_with_args_scenario.yml