Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-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 BA9F6111A3 for ; Mon, 8 Sep 2014 18:18:39 +0000 (UTC) Received: (qmail 89222 invoked by uid 500); 8 Sep 2014 18:18:39 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 89189 invoked by uid 500); 8 Sep 2014 18:18:39 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 89177 invoked by uid 99); 8 Sep 2014 18:18:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 18:18:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jun.aoki.dev@gmail.com designates 209.85.192.45 as permitted sender) Received: from [209.85.192.45] (HELO mail-qg0-f45.google.com) (209.85.192.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 18:18:34 +0000 Received: by mail-qg0-f45.google.com with SMTP id j107so2766891qga.32 for ; Mon, 08 Sep 2014 11:18:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HTfHVVKgprjzN+NLMoPk80tOxhr1Sm1oBFfSCH0Yrn4=; b=QuS8Bc+H9kt1/g98eqU4Ja4fEVjD41Y6qk150Sr18j0gTEiG1/zkN2XiXOn4iUXYYf zad5RmwN5BIXXyybhsQe+N/Y85FsMAqNvw29EV64/HYgnbE+1lt8xUBK630sHBZHfwbC U5PdJYl81QFFRflIz3cTSc0cnxYFN59a6TGHHtseuD1MsPlBkUActykgTF7m8lfM8lIN 8m7GqrqQp650bdyKhxNXv++LPbgxE8GUSw86avXjCQXBHL7hilPoTYtkd6FmRaYp+nVW Vs8CUSP9b47U8qJYcjVULn662pVR7FBh5KKvm/JzT5gHcOCIUa1UYqueCo2Lddorowmr sRHQ== MIME-Version: 1.0 X-Received: by 10.140.28.8 with SMTP id 8mr42224725qgy.19.1410200293664; Mon, 08 Sep 2014 11:18:13 -0700 (PDT) Received: by 10.140.104.206 with HTTP; Mon, 8 Sep 2014 11:18:13 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Sep 2014 11:18:13 -0700 Message-ID: Subject: Re: Ambari build failure on H4 due to RAT failure From: jun aoki To: dev@ambari.apache.org Cc: Roman Shaposhnik Content-Type: multipart/alternative; boundary=001a113a9b9490ec80050291d79b X-Virus-Checked: Checked by ClamAV on apache.org --001a113a9b9490ec80050291d79b Content-Type: text/plain; charset=UTF-8 Hi Yusaku, thank you for responding. It is a bit tricky but if you have access to the job configuration, you can set 'rm' command in Execute Shell step. Something like {code} rm ${WORKSPACE}/* {code} Then run the job once (make sure it runs on H4) , remove the rm line from the Configuration, then it should run good. On Mon, Sep 8, 2014 at 11:09 AM, Yusaku Sako wrote: > Roman, > > Who gets to access these Jenkins servers? > And for those who have the access privilege, how do we access them? > > Yusaku > > On Mon, Sep 8, 2014 at 11:06 AM, jun aoki wrote: > > Hi Ambari Commiters > > > > I submitted a ticket > > https://issues.apache.org/jira/browse/AMBARI-7205 > > > > It seems like there are some garbage on H4's workspace. > > Could you please remove the garbage (or possibly the entire git clone) to > > clean up the RAT failure? > > I don't have access to the Jenkins slaves. > > > > Thank you! > > -- > > -jun > > -- > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity to > which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You. > -- -jun --001a113a9b9490ec80050291d79b--