zuul/releasenotes/notes/project-vars-0d57992a7192a62d.yaml
Ian Wienand 8d80ec2ba8
Add variables to project
This adds a "vars:" entry to projects and project-templates to make
available global values for each job.  This can be useful to avoid
repeating the same variable definitions for the same job in different
pipelines, or to pass a project-specific value to jobs in a templating
situation.

Change-Id: I9fb468743a21067773979d113e714b5c3e908d02
2018-07-26 17:46:26 -04:00

6 lines
188 B
YAML

---
features:
- Project and project-templates may now create variables via a
``vars`` configuration entry. Jobs can access these at runtime
in the same manner as job variables.