outputParams
Configures output parameters, i.e. the parameters which will be visible to builds depending on the builds of this configuration by snapsthot or artifact dependencies.
Example. Output parameter references Docker image produced by the build
outputParams {
param("docker.image", value="%env.DOCKER_IMAGE%")
}
Content copied to clipboard