updated readme

This commit is contained in:
ston1th 2019-12-04 14:35:13 +01:00
commit 32eaa11037
2 changed files with 17 additions and 19 deletions

View file

@ -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