[ 
https://issues.apache.org/jira/browse/GEODE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16299222#comment-16299222
 ] 

ASF GitHub Bot commented on GEODE-4123:
---------------------------------------

dickcav closed pull request #1198: [GEODE-4123] - Improve output email of 
concourse.apachegeodeci.info
URL: https://github.com/apache/geode/pull/1198
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/scripts/test-archive.sh b/ci/scripts/test-archive.sh
index ea8fadd9d0..167bb7abe2 100755
--- a/ci/scripts/test-archive.sh
+++ b/ci/scripts/test-archive.sh
@@ -44,7 +44,7 @@ EMAIL_BODY="${BUILDROOT}/built-geode/body"
 
 # Called by trap when the script is exiting
 function error_exit() {
-  echo "Geode unit tests completed in 
'${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}' with non-zero exit code" > 
$EMAIL_SUBJECT
+  echo "Geode unit tests completed in 
'\${BUILD_PIPELINE_NAME}/\${BUILD_JOB_NAME}' with non-zero exit code" > 
$EMAIL_SUBJECT
   echo "Pipeline results can be found at:" >$EMAIL_BODY
   echo "" >>$EMAIL_BODY
   echo "Concourse: 
\${ATC_EXTERNAL_URL}/teams/\${BUILD_TEAM_NAME}/pipelines/\${BUILD_PIPELINE_NAME}/jobs/\${BUILD_JOB_NAME}/builds/\${BUILD_NAME}"
 >>$EMAIL_BODY
diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index 71b8957824..98214da476 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -42,7 +42,7 @@ EMAIL_BODY="${BUILDROOT}/built-geode/body"
 
 # Called by trap when the script is exiting
 function error_exit() {
-  echo "Geode unit tests completed in 
'${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}' with non-zero exit code" > 
$EMAIL_SUBJECT
+  echo "Geode unit tests completed in 
'\${BUILD_PIPELINE_NAME}/\${BUILD_JOB_NAME}' with non-zero exit code" > 
$EMAIL_SUBJECT
   echo "Pipeline results can be found at:" >$EMAIL_BODY
   echo "" >>$EMAIL_BODY
   echo "Concourse: 
\${ATC_EXTERNAL_URL}/teams/\${BUILD_TEAM_NAME}/pipelines/\${BUILD_PIPELINE_NAME}/jobs/\${BUILD_JOB_NAME}/builds/\${BUILD_NAME}"
 >>$EMAIL_BODY


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Improve build notification from geode concourse
> -----------------------------------------------
>
>                 Key: GEODE-4123
>                 URL: https://issues.apache.org/jira/browse/GEODE-4123
>             Project: Geode
>          Issue Type: Improvement
>          Components: ci
>            Reporter: Robert Houghton
>
> From: <apachegeod...@gmail.com>
> Date: Wed, Dec 6, 2017 at 4:55 PM
> Subject: Geode tests completed in pipeline with non-zero exit code
> To: d...@geode.apache.org
> Pipeline results can be found at:
> Concourse: 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/17
> And the pipeline name is missing from the subject too



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to