updated readme
This commit is contained in:
parent
be3c522f14
commit
32eaa11037
2 changed files with 17 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# status-reporter
|
||||
|
||||
The status reporter is a controller that watches pipelineruns for status cahnges.
|
||||
The status reporter is a controller that watches tekton `PipelineRuns` for status cahnges.
|
||||
These are synced to the associated git commit hashes.
|
||||
|
||||
For successful runs a preview environment comment will be added to the pull request.
|
||||
|
|
@ -13,11 +13,11 @@ Params:
|
|||
* issue - pull request issue id
|
||||
* scheme - `http://` or `https://`
|
||||
* tektonurl - `http://tekton-dashboard.example.com`
|
||||
* previewurl - url to your deployed preview environment
|
||||
* previewurl - `my-preview-env.example.com`
|
||||
|
||||
Resources:
|
||||
|
||||
* git - revision: githash, url: clone_url
|
||||
* git - revision: git commit hash, url: `https://github.com/example/repo.git`
|
||||
|
||||
# Requirements
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue