Exclude sporadically failing url (#5480)
This commit is contained in:
parent
14addbb487
commit
cd396bca23
|
@ -5,6 +5,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "^https://mvnrepository\\.com/artifact/io\\.opentelemetry$"
|
"pattern": "^https://mvnrepository\\.com/artifact/io\\.opentelemetry$"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^http://code\\.google\\.com/p/concurrentlinkedhashmap$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"retryOn429": true
|
"retryOn429": true
|
||||||
|
|
Loading…
Reference in New Issue