Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-52850

Credentials helper does not work for BasicSSHUserPrivateKey

XMLWordPrintable

      What I did:

      [...]
      environment {
        CREDENTIALS = credentials("CREDENTIAL_ID")
      }
      [...]
      steps {
        sh "echo $CREDENTIALS"
      }

      What I expected:

      The value of the private key echoed in the Jenkins log. Or at least *** if the plugin hides it.

      What I got:

      [Pipeline] End of Pipeline
      org.jenkinsci.plugins.credentialsbinding.impl.CredentialNotFoundException: No suitable binding handler could be found for type com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey. Supported types are StandardUsernamePasswordCredentials,FileCredentials,StringCredentials. 

            allan_burdajewicz Allan BURDAJEWICZ
            ccaraivan Costin Caraivan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: