Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEEF717D10 for ; Thu, 2 Oct 2014 19:15:26 +0000 (UTC) Received: (qmail 23387 invoked by uid 500); 2 Oct 2014 19:15:26 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 23339 invoked by uid 500); 2 Oct 2014 19:15:26 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 23321 invoked by uid 99); 2 Oct 2014 19:15:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 19:15:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh.elser@gmail.com designates 209.85.213.178 as permitted sender) Received: from [209.85.213.178] (HELO mail-ig0-f178.google.com) (209.85.213.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 19:15:21 +0000 Received: by mail-ig0-f178.google.com with SMTP id l13so3035922iga.11 for ; Thu, 02 Oct 2014 12:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=q9fd7lQoPQ35yQn2ja6yaLcr3kpVprls1hyrnzbP9Pk=; b=jji++dmAGmQn0JwdPQon4f3ExitxmH2S4VDPLDNLdOJlHe14FTnWsEHwjeqQGNPVGD d1HxxrfXVrs+9J17Ldftvc69fl5U/D6+EXYeUCerB6kfuLxljcTGpnB900rw/7Y/gKkz kyaNTDodsFS81bUux2XSvAh0Im3GjBLySES42CcqK69BSDbclNnDw0yjZjrl/18iWpGA zq9mtVmS5oTaKozKzZ2mnEbT8ubLB9ID61Z/pWkGyuHTAjpxSFeI6m+eE1HT3LeV+Q/2 WHAEMCeBN6Xeqy7C9JcZP7XnIgI9lg8Una+BbFxp8KAROD8y3Hupd2zNWsgqEjqs0wpx u2FA== X-Received: by 10.50.43.225 with SMTP id z1mr7591831igl.17.1412277300750; Thu, 02 Oct 2014 12:15:00 -0700 (PDT) Received: from [192.168.43.5] ([166.137.95.26]) by mx.google.com with ESMTPSA id g7sm1608442igg.1.2014.10.02.12.15.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Oct 2014 12:15:00 -0700 (PDT) Message-ID: <542DA432.8040903@gmail.com> Date: Thu, 02 Oct 2014 15:14:58 -0400 From: Josh Elser User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: dev Subject: Jenkins now building pull-requests against apache/accumulo Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org FYI, I just enabled a new Jenkins job that should see any pull-requests opened against http://github.com/apache/accumulo, build it, and share the results. * https://builds.apache.org/job/Accumulo%20Pull%20Requests/ * https://blogs.apache.org/infra/entry/github_pull_request_builds_now Feel free to make any other changes to the job that make sense. I left most of the defaults from the regular hourly-polling job. - Josh