Repository: calcite Updated Branches: refs/heads/master 7e348654e -> e0f29dd79
[CALCITE-623] Add a small blurb to the site about Jenkins for CI Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/e0f29dd7 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/e0f29dd7 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/e0f29dd7 Branch: refs/heads/master Commit: e0f29dd797229a883d6461e75915cb376dd6b208 Parents: 7e34865 Author: Josh Elser <[email protected]> Authored: Tue Feb 9 14:45:49 2016 -0500 Committer: Josh Elser <[email protected]> Committed: Tue Feb 9 14:45:49 2016 -0500 ---------------------------------------------------------------------- site/develop/index.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/e0f29dd7/site/develop/index.md ---------------------------------------------------------------------- diff --git a/site/develop/index.md b/site/develop/index.md index 4d046e1..3705c43 100644 --- a/site/develop/index.md +++ b/site/develop/index.md @@ -94,6 +94,12 @@ your branch to the calcite master branch. Update the JIRA case to reference your pull request, and a committer will review your changes. +## Continuous Integration Testing + +Calcite has a collection of Jenkins jobs on ASF-hosted infrastructure. +They are all organized in a single view and available at +[https://builds.apache.org/view/A-D/view/Calcite/](https://builds.apache.org/view/A-D/view/Calcite/). + ## Getting started Calcite is a community, so the first step to joining the project is to introduce yourself.
