File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ FULLNAME="`git config user.name`"
8
8
# Fixes issues with repo url getting wrong username, since it uses local part of
9
9
# email for SSH username
10
10
git config --global review.http://gerrit:8080/.username $USER
11
-
11
+ chmod 400 jenkins/demo_key_rsa
12
12
cat ~ /.ssh/id_rsa.pub | ssh -i jenkins/demo_key_rsa -p 29418 demouser@gerrit \
13
13
gerrit create-account --group Workers --group \" Non-Interactive Users\" --full-name \" $FULLNAME \" --email \" $EMAIL \" --http-password \" $HTTP_PASS \" --ssh-key - $USERNAME
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ FULLNAME="`git config user.name`"
8
8
# Fixes issues with repo url getting wrong username, since it uses local part of
9
9
# email for SSH username
10
10
git config --global review.http://localhost:8080/.username $USER
11
-
11
+ chmod 400 jenkins/demo_key_rsa
12
12
cat ~ /.ssh/id_rsa.pub | ssh -i jenkins/demo_key_rsa -p 29418 demouser@localhost \
13
13
gerrit create-account --group Workers --group \" Non-Interactive Users\" --full-name \" $FULLNAME \" --email \" $EMAIL \" --http-password \" $HTTP_PASS \" --ssh-key - $USERNAME
You can’t perform that action at this time.
0 commit comments