outputParam

fun outputParam(name: String, value: String)

Adds an output parameter to the job. Output parameters can be used by other jobs that depend on this job.

Example:

outputParam("artifact.path", "%path%")
outputParam("version", "1.0.0")

Parameters

name

parameter name

value

parameter value