From: Aric Gardner Date: Tue, 24 Jul 2018 19:20:38 +0000 (-0400) Subject: Fix credentials and ssh-credentials version X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=d5bb32fb4c924e4d61fb70707cbc94b70fa3a847;p=releng%2Fci-workshop.git 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 --- diff --git a/jenkins/plugins.txt b/jenkins/plugins.txt index 1473e5e..c5e57b6 100644 --- a/jenkins/plugins.txt +++ b/jenkins/plugins.txt @@ -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