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)
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

index 1473e5e..c5e57b6 100644 (file)
@@ -11,7 +11,7 @@ cloudbees-folder:6.4
 command-launcher:1.2
 config-file-provider:2.18
 credentials-binding:1.16
-credentials:2.1.18
+credentials:2.1.16
 description-setter:1.10
 display-url-api:2.2.0
 docker-commons:1.11
@@ -67,7 +67,7 @@ resource-disposer:0.8
 scm-api:2.2.7
 script-security:1.44
 ssh-agent:1.15
-ssh-credentials:1.14
+ssh-credentials:1.13
 ssh-slaves:1.26
 structs:1.14
 subversion:2.10.5