Commit 6a910af
committed
jenkins: handle IPv4 remote address converted to IPv6
After the Jenkins IP whitelist was activated, the inline PR status
reports for nodejs/node seems to be broken.
Seems like the issue here is that IPv4 remote addresses are converted
to IPv6, which wasn't expected too happen.. Stripping any IPv6 parts
off the remote addresses should make our IPv4 comparisons work as
expected.
Refs nodejs/build#1016
Refs nodejs/build#9851 parent af20ad8 commit 6a910af
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments