Repository: samza
Updated Branches:
  refs/heads/master 00543804b -> 1d458050c


Adding Build Status to README.md

I setup a Jenkins Build Job to  get triggered every time changes are pushed to 
samza repository.
https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/

In case of build failures, it will send an email to devsamza.apache.org. We can 
customize this build as need arises.

Author: Navina Ramesh <[email protected]>

Reviewers: nickpan47

Closes #27 from navina/build-icon


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/1d458050
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/1d458050
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/1d458050

Branch: refs/heads/master
Commit: 1d458050c06deefc1dcf3d3e9534631aece64553
Parents: 0054380
Author: Navina Ramesh <[email protected]>
Authored: Mon Dec 12 11:51:17 2016 -0800
Committer: Navina Ramesh <[email protected]>
Committed: Mon Dec 12 11:51:17 2016 -0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/1d458050/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b0cbfb0..672f220 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## What is Samza?
+## What is Samza?  [![Build 
Status](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/badge/icon)](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/)
 
 [Apache Samza](http://samza.apache.org/) is a distributed stream processing 
framework. It uses [Apache Kafka](http://kafka.apache.org) for messaging, and 
[Apache Hadoop 
YARN](http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html)
 to provide fault tolerance, processor isolation, security, and resource 
management.
 

Reply via email to