-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac4e07d
commit 0bad21a
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
It may be a good idea to look at old issues, both closed and open. | ||
|
||
Some recurring problems are: | ||
|
||
* The user did not perform the merge before doing the analysis. | ||
* No violations were reported because: | ||
* The user tested the plugin on a PR that did not introduce any new violations. | ||
* The user had both `createSingleFileComments` and `createCommentWithAllSingleFileComments` set to `false` | ||
|
||
When reporting a bug, please **try** to provide as much information as possible. | ||
|
||
* Plugin version used. | ||
* Jenkins version used. | ||
* Your configuration. | ||
* Pipeline script or screenshot. | ||
* Expected result and actual result. | ||
* Any information from the logs: | ||
* Jenkins log: http://jenkins-server/log/ | ||
* Build log. |