Skip to content

Instantly share code, notes, and snippets.

@styx
Created November 12, 2014 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 styx.mp@192.168.11.11 gerrit create-account --ssh-key - jenkins --full-name "Leeroy\ Jenkins" --email jenkins@domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment