jenkins-job-builder/tests/parameters/fixtures/run-param001.yaml
Michael Tupitsyn 3ce78059c9 Add support for build parameter of type "Run"
Defines a run parameter for parametrized build, where users can pick a
single run of another project. The absolute url of this run will be
exposed as an environment variable.

Change-Id: I86bc3109b00259f9fe3dcf7ab9d72cb1f22fadc2
2014-10-12 07:37:52 -07:00

6 lines
123 B
YAML

parameters:
- run:
name: FOO
project-name: "foo-build"
description: "Select a foo-build for promotion"