-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: Auto approve: Fixed wrong logic in check of membership (#47)
- Loading branch information
1 parent
d3183a1
commit 9a86727
Showing
129 changed files
with
139 additions
and
3,319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"currentversion": "v2.6.12"} | ||
{"currentversion": "v2.6.13"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ kosli report evidence commit jira [flags] | |
## Flags | ||
| Flag | Description | | ||
| :--- | :--- | | ||
| --assert | [optional] Exit with non-zero code if no jira issue reference found, or jira issue does not exist, for the given commit or branch. | | ||
| -b, --build-url string | The url of CI pipeline that generated the evidence. (defaulted in some CIs: https://docs.kosli.com/ci-defaults ). | | ||
| --commit string | Git commit for which to verify and given evidence. (defaulted in some CIs: https://docs.kosli.com/ci-defaults ). | | ||
| -D, --dry-run | [optional] Run in dry-run mode. When enabled, no data is sent to Kosli and the CLI exits with 0 exit code regardless of any errors. | | ||
|
@@ -95,5 +96,19 @@ kosli report evidence commit jira \ | |
--org yourOrgName \ | ||
--user-data /path/to/json/file.json | ||
|
||
|
||
# fail if no issue reference is found, or the issue is not found in your jira instance | ||
kosli report evidence commit jira \ | ||
--commit yourGitCommitSha1 \ | ||
--name yourEvidenceName \ | ||
--jira-base-url https://kosli.atlassian.net \ | ||
--jira-username [email protected] \ | ||
--jira-api-token yourJiraAPIToken \ | ||
--flows yourFlowName \ | ||
--build-url https://exampleci.com \ | ||
--api-token yourAPIToken \ | ||
--org yourOrgName \ | ||
--assert | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
docs.kosli.com/content/legacy_ref/v0.1.38/kosli_approval_get.md
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
docs.kosli.com/content/legacy_ref/v0.1.38/kosli_approval_ls.md
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
docs.kosli.com/content/legacy_ref/v0.1.38/kosli_artifact_get.md
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
docs.kosli.com/content/legacy_ref/v0.1.38/kosli_artifact_ls.md
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
docs.kosli.com/content/legacy_ref/v0.1.38/kosli_assert_artifact.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.