-
Bug
-
Resolution: Unresolved
-
Minor
-
None
We are using JCASC for automating Jenkins setup. It seems that all the configurations are loaded ok for Artifactory Plugin, but it doesn't works to load credentials for Artifactory server, it's always empty. As it can be seen in the bellow screenshot:
Configuration that we have:
unclassified: artifactoryBuilder: jfrogInstances: - artifactoryUrl: "https://x.jfrog.io/artifactory" bypassProxy: false connectionRetry: 3 deployerCredentialsConfig: overridingCredentials: false password: "key" username: "ci" deploymentThreads: 3 distributionUrl: "https://x.jfrog.io/distribution" instanceId: "artifactory" platformUrl: "https://x.jfrog.io" timeout: 300
Versions:
artifactory:3.13.2
jenkins/jenkins:2.330