From 7424a73d19d670fc42044513ec0b01fd2d43826d Mon Sep 17 00:00:00 2001 From: TP Honey Date: Mon, 7 Feb 2022 14:22:01 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6b28968..f0d1493 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,16 @@ docker run --rm \ -v $(pwd):/drone/src \ plugins/jira ``` + +## Plugin Settings +- `LOG_LEVEL` debug/info Level defines the plugin log level. Set this to debug to see the response from jira +- `CLOUD_ID` Atlassian Cloud ID (required) +- `CLIENT_ID` Atlassian Oauth2 Client ID (required) +- `CLIENT_SECRET` Atlassian Oauth2 Client Secret (required) +- `INSTANCE` Site Name (optional) +- `PROJECT` Project Name (required) +- `PIPELINE` Pipeline Name (optional) +- `ENVIRONMENT_NAME` Deployment environment (optional) +- `LINK` Link to deployment (optional) +- `STATE` State of the deployment (optional) +