[Buildbot-commits] buildbot/docs buildbot.texinfo,1.141,1.142

Brian Warner warner at users.sourceforge.net
Thu May 22 22:11:43 UTC 2008


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16558/docs

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ #227:scheduler-property-docs.patch]
Documentation for #227:scheduler-property-in-build.patch.

Original author: dustin at v.igoro.us
Date: 2008-04-04 02:57:13+00:00

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- buildbot.texinfo	29 Apr 2008 15:32:14 -0000	1.141
+++ buildbot.texinfo	22 May 2008 22:11:41 -0000	1.142
@@ -4561,6 +4561,21 @@
 requested the ``latest revision'': @code{got_revision} will tell you
 what was actually built).
 
+ at itemize
+ at item buildername
+Name of this builder
+ at item buildnumber
+Number of this build (numbers are unique within the builder)
+ at item branch
+Branch of the source being built, from the SourceStamp
+ at item revision
+Revision of the source being built, from the SourceStamp, as a string
+ at item scheduler
+The name of the scheduler that invoked this build
+ at item slavename
+The name of the buildslave performing this build
+ at end itemize
+
 In custom BuildSteps, you can get and set the build properties with
 the @code{getProperty}/@code{setProperty} methods. Each takes a string
 for the name of the property, and returns or accepts an





More information about the Commits mailing list