output Params
Configures output parameters, i.e. the parameters which will be visible to jobs depending on this job.
Example. Output parameter references Docker image produced by the job
outputParams {
param("docker.image", value="%env.DOCKER_IMAGE%")
}Content copied to clipboard
Job output parameters