pyn

Configure a Python Pipeline Node

A convenience wrapper around node() with runtime = "Python". Used directly within a pipeline { ... } block to execute Python code.

Parameters

Returns

A pipeline node configuration object. Must be used as a named binding inside a pipeline { ... } block; the Python code is executed by the pipeline builder, not immediately.

See Also

rn, node