Skip to the content.

host.windows

This connection is for windows based host systems. Remote connections are not possible. This is only used when running the framework on a windows machine.

Use cases

Parameters

1: host

host: "host name"

2: tempPath

tempPath: "temporary work directory"

Examples

---
type: Connection
data:
  name: "host.windows.1"
  type: "host.windows"
  description: "host.windows.1 connection"
  environment: "iesi-test"
  parameters:
  - name: "host"
    value: "localhost"
  - name: "tempPath"
    value: "#iesi.home#/run/tmp"