Repository: kylin Updated Branches: refs/heads/document 6ece3105f -> 4037fef89
add jenkins and SonarCube in dev page Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4037fef8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4037fef8 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4037fef8 Branch: refs/heads/document Commit: 4037fef898b30634776e9093636672ac84a6048f Parents: 6ece310 Author: shaofengshi <[email protected]> Authored: Thu Jan 5 16:46:17 2017 +0800 Committer: shaofengshi <[email protected]> Committed: Thu Jan 5 16:46:17 2017 +0800 ---------------------------------------------------------------------- website/_dev/index.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/4037fef8/website/_dev/index.md ---------------------------------------------------------------------- diff --git a/website/_dev/index.md b/website/_dev/index.md index 3a52267..6d3fcbf 100644 --- a/website/_dev/index.md +++ b/website/_dev/index.md @@ -10,6 +10,11 @@ Commits [Summary](https://git-wip-us.apache.org/repos/asf?p=kylin.git;a=summary) Source Repo: [git://git.apache.org/kylin.git](git://git.apache.org/kylin.git) Mirrored to Github: [https://github.com/apache/kylin](https://github.com/apache/kylin) +### CI and Code Analysis +UT on master branch with JDK 1.7: [Kylin-Master-JDK-1.7](https://builds.apache.org/job/Kylin-Master-JDK-1.7/) +UT on master branch with JDK 1.8: [Kylin-Master-JDK-1.8](https://builds.apache.org/job/Kylin-Master-JDK-1.8/) +Static Code Analysis: [SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin) + ### Issue Tracking Track issues on the "Kylin" Project on the Apache JIRA ([browse](http://issues.apache.org/jira/browse/KYLIN)).
