You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2017/11/02 23:50:06 UTC

[geode] branch develop updated: Fix version number in email subject.

This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0b636c2  Fix version number in email subject.
0b636c2 is described below

commit 0b636c2ba2830142936f9f50cf7c625b4a154d4e
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Thu Nov 2 16:25:03 2017 -0700

    Fix version number in email subject.
    
    [GEODE-3942]
---
 ci/scripts/build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/scripts/build.sh b/ci/scripts/build.sh
index 595ca25..ae59d7e 100755
--- a/ci/scripts/build.sh
+++ b/ci/scripts/build.sh
@@ -91,7 +91,7 @@ function sendSuccessfulJobEmail {
   echo "Sending job success email"
 
   cat <<EOF >${EMAIL_SUBJECT}
-Build for version ${PRODUCT_VERSION} of Apache Geode succeeded.
+Build for version ${FULL_PRODUCT_VERSION} of Apache Geode succeeded.
 EOF
 
   cat <<EOF >${EMAIL_BODY}
@@ -116,7 +116,7 @@ function sendFailureJobEmail {
   echo "Sending job failure email"
 
   cat <<EOF >${EMAIL_SUBJECT}
-Build for version ${PRODUCT_VERSION} of Apache Geode failed.
+Build for version ${FULL_PRODUCT_VERSION} of Apache Geode failed.
 EOF
 
   cat <<EOF >${EMAIL_BODY}

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].