shn

Configure a Shell Pipeline Node

A convenience wrapper around node() with runtime = "sh". Use shn() inside a pipeline { ... } block to run POSIX shell commands or .sh scripts, and optionally set shell = "bash" when Bash parsing is required.

Parameters

Returns

The evaluated return value of the command.

See Also

pyn, rn, node