From ae3f8929c3f9adf3c6d6afdbb874c2bfc9a65ecf Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 22 Jun 2018 17:44:20 -0700 Subject: [PATCH] Fix jenkins ssh credential id The scripts, per the documentation, all expect that the Jenkins SSH credential will have an ID of jenkins-ssh. Make sure it is actually recorded that way. Change-Id: I986c3094a0907ae08d988c6f2a37d83c3a620bcc Signed-off-by: Andrew Grimberg --- docs/infra/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infra/bootstrap.rst b/docs/infra/bootstrap.rst index eebfe27..68ed085 100644 --- a/docs/infra/bootstrap.rst +++ b/docs/infra/bootstrap.rst @@ -211,7 +211,7 @@ Bootstrap common-packer and initial builder Username: jenkins Private Key: Enter directly Passphrase: - ID: jenkins + ID: jenkins-ssh Description: jenkins-ssh Copy the contents of ``/tmp/jenkins`` into the Key field. -- 2.16.6