Hi
Our CI server started to fail builds / timeout. It fails build with:
[ERROR] Failed to execute goal com.atlassian.maven.plugins:bitbucket-maven-plugin:8.3.1:debug (default-cli) on project parent: Execution default-cli of goal com.atlassian.maven.plugins:bitbucket-maven-plugin:8.3.1:debug failed: java.io.IOException: Server returned HTTP response code: 401 for URL: https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-tgz
That https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-tgz URL indeed doesn’t answer at the moment. I’ve figured out that this is part of some periodic ‘update’ check.
Is there a way do disable this check on CI? We preferably just want the version(s) we specified and not ad-hock checking of additional resources?
At the moment this fails all our CI builds =(.