summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
authordeepshikhaaa <deepshikhakhandelwal8@gmail.com>2017-11-13 11:17:08 +0530
committerdeepshikhaaa <deepshikhakhandelwal8@gmail.com>2017-11-13 11:17:08 +0530
commit4fe98f4f7eb896052dd14c202be8e040286b2394 (patch)
tree598570311933ea5219c0db430386528cd9e0f9a7 /build-gluster-org
parent5226c320cee4f1ec14ec494190d15e446373de10 (diff)
Add the committer details in the bugzilla job
Change-Id: Iff4d2140812eadfb5c9c468fb6a352c52e263334
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/scripts/bugzilla-post.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/bugzilla-post.sh b/build-gluster-org/scripts/bugzilla-post.sh
index 2ce3faf..f2d0de6 100644
--- a/build-gluster-org/scripts/bugzilla-post.sh
+++ b/build-gluster-org/scripts/bugzilla-post.sh
@@ -32,7 +32,7 @@ function update_bugzilla()
bugzilla modify $bugid --comment="REVIEW: $GERRIT_CHANGE_URL ($GERRIT_CHANGE_SUBJECT) posted (#$GERRIT_PATCHSET_NUMBER) for review on $GERRIT_BRANCH by $GERRIT_PATCHSET_UPLOADER_NAME";
fi
else
- bugzilla modify $bugid --comment="COMMIT: $GERRIT_CHANGE_URL committed in $GERRIT_BRANCH by $GERRIT_SUBMITTER $(echo; echo; echo -------------; echo;echo;echo;) $(echo $GERRIT_CHANGE_COMMIT_MESSAGE | base64 -d)";
+ bugzilla modify $bugid --comment="COMMIT: $GERRIT_CHANGE_URL committed in $GERRIT_BRANCH by $GERRIT_CHANGE_OWNER with a commit message-$(echo; echo;) $(echo $GERRIT_CHANGE_COMMIT_MESSAGE | base64 -d)";
fi
}