Skip to content

Chef run should create jenkins ssh keypair #27

Open
@patcon

Description

@patcon

The old jenkins cookbook used to do this automatically, but the new one is much less opinionated.

Currently, this rake task fails because there is no key to transfer:

bundle exec rake team:add_deploy_key

Can get around this until we fix it by running this after the team:update_jenkins task:

ssh [email protected]
sudo -iujenkins bash
ssh-keygen -t rsa -C "jenkins@localhost"
# Accept all defaults. (blank/no passphrase)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions