-
Bug
-
Resolution: Unresolved
-
Minor
-
None
My private docker registry is using mTLS (https://docs.docker.com/engine/security/certificates/#understand-the-configuration) to authenticate clients. Credentials provided via registryCredentialsId can only be used for providing username/password.
dockerfile { filename 'Dockerfile.jenkins' registryUrl 'https://registry/' registryCredentialsId 'client-certificate' }