Commit c97ccbb
committed
ExtendedGitHubClient.java
- no longer set the HTTP method to PATCH but use the X-HTTP-Method-Override header, as the jdk's HttpURLConnection does not like the PATCH method
This fixes jenkinsci#411 parent b51d3ab commit c97ccbb
File tree
1 file changed
+3
-5
lines changed- src/main/java/org/jenkinsci/plugins/pipeline/github/client
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
0 commit comments