Fix credentials and ssh-credentials version 63/11963/2
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 24 Jul 2018 19:20:38 +0000 (15:20 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 25 Jul 2018 14:11:51 +0000 (10:11 -0400)
commitd5bb32fb4c924e4d61fb70707cbc94b70fa3a847
tree6692959fb251658fcdf4bd555d2b38357cd8f8e1
parent1fc7663046b8522a10bda7872d55dec5c4d832c2
Fix credentials and ssh-credentials version

updaed these plugins which casued

ssh-credentials-plugin.BasicSSHUserPrivateKey.UsersPrivateKeySource

method to fail

def gerrit_credentials = new BasicSSHUserPrivateKey(
  CredentialsScope.GLOBAL,
  "ciworkshop-jenkins-ssh", // ID
  "jenkins-workshop", // username
  private_key_on_master,
  null, // password
  "Gerrit User" // description
)

The option to add a key: From the Jenkins master ~/.ssh
is gone in the new version

Change-Id: Iad4c1e12b45ca8d4205ab3d2109cfe19163a797d
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jenkins/plugins.txt