From: Andrew Grimberg Date: Sat, 23 Jun 2018 00:44:20 +0000 (-0700) Subject: Fix jenkins ssh credential id X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=ae3f8929c3f9adf3c6d6afdbb874c2bfc9a65ecf;p=releng%2Fdocs.git 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 --- 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.