Skip to content

Instantly share code, notes, and snippets.

@styx
Created November 12, 2014 11:36
Show Gist options
  • Save styx/e512d89217d922b8f7bb to your computer and use it in GitHub Desktop.
Save styx/e512d89217d922b8f7bb to your computer and use it in GitHub Desktop.
Setup Jenkins user in Gerrit
#!/bin/bash
cat ./id_rsa.pub | ssh -p 29418 [email protected] gerrit create-account --ssh-key - jenkins --full-name "Leeroy\ Jenkins" --email [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment