Allan Burdajewicz
Allan Burdajewicz
Also wondering if maybe this requires some `Queue.lock` like retention strategies do. For example [OnceRetentionStrategy.java](https://github.com/jenkinsci/durable-task-plugin/blob/durable-task-1.39/src/main/java/org/jenkinsci/plugins/durabletask/executors/OnceRetentionStrategy.java#L113-L144).
I have been trying to troubleshoot this for some time. There are a few things to note: * Jenkins users started to see this exception in Jenkins Kubernetes plugin after...
A fix might be needed upstream as the `org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint#fromImageName` does not accept the V2 syntax `registry/path/to/image:tag`. Which is a bug / improvement for `docker-commons`.
Maybe the plugin should use https://github.com/jenkinsci/docker-commons-plugin/blob/docker-commons-1.17/src/main/java/org/jenkinsci/plugins/docker/commons/credentials/DockerRegistryEndpoint.java#L108-L137 to infer the registry URL.
After enabling debug logs for `com.github.dockerjava`, we can see something like this being posted by the docker plugin: ``` [id: 0xf8d1d7c6, L:null - R:/var/run/docker.sock] WRITE: DefaultHttpRequest(decodeResult: success, version: HTTP/1.1) POST...
Did you configure CloudFlare with the [Full(strict) mode](https://support.cloudflare.com/hc/en-us/articles/200170416-End-to-end-HTTPS-with-Cloudflare-Part-3-SSL-options#h_8afd8a8d-382d-4694-a2b2-44cbc9f637ef) ? In this mode CloudFlare should talk to Ingress Nginx through port 443 which I think would cause Ingress Nginx to set...
@ailurarctos this would solves the problem but it is not clear to me if this is an acceptable / standard behavior ? It seems to me that CloudFlare SSL should...
Right. Already committed: https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/800.va_b_b_9a_a_5035c1/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/server/client/BitbucketServerAPIClient.java#L948-L955
ping @jenkinsci/github-branch-source-plugin-developers
Adjusted the behavior to the following: * on PR retrieval (org scan / branch indexing / PR event) the PR is skipped if the trust check fails with an exception...