From 708fad884ebf1fcd1de57e7253aa385216259b85 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Tue, 9 Mar 2021 20:51:33 +0100 Subject: [PATCH] Removed start and endDescription from documentation, since this is now being generated using generators. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cdafbeb..14ccaa5 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,6 @@ The parameters are as follows: | --- | --- | | URL | The URL to the gitea instance. | | `token` | Generate an access token in the profile you want the buildbot to impersonate. Make sure the account in gitea has access to the repositories. | -| `startDescription` | `Renderable` A short description when buildbot starts building on a change. Defaults to `Build started.` | -| `endDescription` | `Renderable` A short description when buildbot stops building on a change. Defaults to `Build done.` | | `context` | `Renderable` The context is an identifier for this status, allowing to identify from which builder this came, defaults to `Interpolate('buildbot/%(prop:buildername)s')` | | `context_pr` | `Renderable` The context message to use, when building on a pull request, allowing to identify from which builder this came, defaults to `Interpolate('buildbot/pull_request/%(prop:buildername)s')` | | `warningAsSuccess` | Treat warnings as build as success to set in the build status of gitea. If false, warnings will be displayed as warnings. |