Issue
- Jenkins builds are failing. We can see below trace in ci logs
okhttp3.internal.platform.Platform log
WARNING: A connection to https://api.github.com/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
Environment
- Liferay Paas with ci (liferaycloud/jenkins:2.356-jdk8-5.1.0) and Github
Resolution
- This error is shown because Github token is expired. After refreshing the token and configuring the new value in LCP_CI_SCM_TOKEN environment variable it should work again.