diff options
author | James E. Blair <jeblair@redhat.com> | 2017-07-20 16:07:30 -0700 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2017-07-20 16:31:58 -0700 |
commit | a9fbb6c207b45a1ef90d7faf0813e30dfa9a2c81 (patch) | |
tree | 907a2a940f80e57f24c7e2a94f6bfa8032f2422e /doc | |
parent | 9d46f09c5eb7b6513ce2023d7cf8ac8b5476fe31 (diff) | |
download | zuul-a9fbb6c207b45a1ef90d7faf0813e30dfa9a2c81.tar.gz |
Rename uuid to build
We're providing more than one uuid to the job, so to make it clear
that one is for the build, and one is for the buildset, use those
words.
Change-Id: If9ebdc783dcef4f8dea9fa491b40ae49416e5cf1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/user/jobs.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/user/jobs.rst b/doc/source/user/jobs.rst index beb489e71..0b2225268 100644 --- a/doc/source/user/jobs.rst +++ b/doc/source/user/jobs.rst @@ -121,7 +121,7 @@ of item. All items provide the following information as Ansible variables: -**zuul.uuid** +**zuul.build** The UUID of the build. A build is a single execution of a job. When an item is enqueued into a pipeline, this usually results in one build of each job configured for that item's project. However, @@ -131,8 +131,6 @@ All items provide the following information as Ansible variables: job is run, for whatever reason, it is acompanied with a new unique id. -.. TODO: rename build - **zuul.buildset** The build set UUID. When Zuul runs jobs for an item, the collection of those jobs is known as a buildset. If the configuration of items |