jln

Configure a Julia Pipeline Node

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

Parameters

Returns

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

See Also

pyn, rn, node