Within our CI Jenkins we are using the Artifactory plugin (https://www.jfrog.com/confluence/display/JFROG/Declarative+Pipeline+Syntax) to upload and download from Artifactory.
But we also have Jenkins outside the PGN which needs to contact the Artifactory server. But the Artifactory plugin only uses username:password authentication. This is not working outside the company's network infrastructure.
You need to specify the cerificate and private key. This option is available in the Jforg CLI but not in the Jenkins Artifactory plugin.
Within our CI Jenkins we are using the Artifactory plugin (https://www.jfrog.com/confluence/display/JFROG/Declarative+Pipeline+Syntax) to upload and download from Artifactory. But we also have Jenkins outside the PGN which needs to contact the Artifactory server. But the Artifactory plugin only uses username:password authentication. This is not working outside the company's network infrastructure. You need to specify the cerificate and private key. This option is available in the Jforg CLI but not in the Jenkins Artifactory plugin.