diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-03-26 16:05:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-26 16:05:52 +0000 |
commit | 2eabd11c40dab351de7d6bd48006b7c13747bf4b (patch) | |
tree | e31419b3e01e4d9c4d1b39f437a923e40d03a08f /jjb | |
parent | c270bfdf0a6a5955603d8e717fea08c01b3b3036 (diff) | |
parent | 743343913f1f311f82881dd57daab4cd8f3439d4 (diff) |
Merge "Set Jenkins Automation user git configs globally"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/releng-release-create-branch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/releng/releng-release-create-branch.sh b/jjb/releng/releng-release-create-branch.sh index ec8365340..83755608e 100644 --- a/jjb/releng/releng-release-create-branch.sh +++ b/jjb/releng/releng-release-create-branch.sh @@ -10,8 +10,8 @@ set -xe # Configure the git user/email as we'll be pushing up changes -git config user.name "jenkins-ci" -git config user.email "jenkins-opnfv-ci@opnfv.org" +git config --global user.name "jenkins-ci" +git config --global user.email "jenkins-opnfv-ci@opnfv.org" # Ensure we are able to generate Commit-IDs for new patchsets curl -kLo .git/hooks/commit-msg https://gerrit.opnfv.org/gerrit/tools/hooks/commit-msg |