Commit 92d088a
Add extra logging to NotUpdatedPRFilter when PR is not updated (#299)
* Add extra logging to NotUpdatedPRFilter when PR is not updated
Currently, the `apply` method only logs to the TaskListener. With this change, it will also log to the
local `Logger`, so we can find the output in the main Jenkins logs. This will help with debugging issues
related to NotUpdatedPRFilter.
* Remove trailing spaces
* Change tabs to spaces
* Change log level of `apply` logging from info to debug1 parent 5f7031d commit 92d088a
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- github-pullrequest-plugin/src/main/java/org/jenkinsci/plugins/github/pullrequest/trigger/check
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments