Command task

A command task will execute the same command on several nodes concurrently.

This works with both Unix and Windows nodes.

You just have to check that the command you enter is valid for the node.

For example:

  • echo "Hello!" on a Unix node (SSH server uses a POSIX compatible shell to execute the command)

  • Write-Host 'Hello!' on a Windows node (SSH server uses Powershell).