Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TP Honey committed Feb 7, 2022
1 parent d5dcfac commit 7424a73
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7424a73

Please sign in to comment.