Kyle Cronin
Kyle Cronin
I have a similar use case in trying to adopt Argo in our organization. We have many application (100's) using a common chart that is published to Artifactory which serves...
wouldn't the correct solution here to use `my-plugin:1.2.3:http://localhost:8080/jenkins/my-plugin/1.2.3/my-plugin.hpi`? The associated #416 seems to give precedence over and ignore the other download url configuration options like `JENKINS_UC_EXPERIMENTAL ` and `JENKINS_INCREMENTALS_REPO_MIRROR `.
Been using the plugin manage cli with Artifactory for a while using the following setup: ```shell JENKINS_UC=https://artifactory.example.com/artifactory/jenkins-update-center/dynamic-stable-2.414.3/update-center.json # don't really use these but set them anyway JENKINS_UC_DOWNLOAD_URL=https://artifactory.example.com/artifactory/jenkins-update-center/download/plugins JENKINS_UC_EXPERIMENTAL=https://artifactory.example.com/artifactory/jenkins-update-center/experimental/update-center.json JENKINS_INCREMENTALS_REPO_MIRROR=https://artifactory.example.com/artifactory/jenkins-update-center/incrementals JENKINS_PLUGIN_INFO=https://artifactory.example.com/artifactory/jenkins-update-center/current/plugin-versions.json...
> Based on this https://github.com/kubernetes-sigs/external-dns/pull/4296#discussion_r1532670169, this [lines](https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/endpoint_test.go#L120-L174) on master are a wrong unit test, we can't have CNAME and A records with the same name. @leonardocaylent to be clear the...
@leonardocaylent I don't think `FilterEndpointsByOwnerID` should be responsible for removing duplicates. It's only purpose is to filter by OwnerID as the function name indicates. I suggest creating a new function...
@leonardocaylent I can try and add a test case I just need to know what records are in play and possibly more logs to know whats happening. - What are...