Return-Path: X-Original-To: apmail-jclouds-user-archive@minotaur.apache.org Delivered-To: apmail-jclouds-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B20E517375 for ; Fri, 10 Oct 2014 20:55:31 +0000 (UTC) Received: (qmail 11953 invoked by uid 500); 10 Oct 2014 20:55:31 -0000 Delivered-To: apmail-jclouds-user-archive@jclouds.apache.org Received: (qmail 11882 invoked by uid 500); 10 Oct 2014 20:55:31 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 11849 invoked by uid 99); 10 Oct 2014 20:55:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 20:55:31 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=RCVD_IN_DNSWL_NONE,RCVD_IN_SBL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.82.113.43] (HELO smtpout2.34sp.com) (80.82.113.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 20:55:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtpout2.34sp.com (Postfix) with ESMTP id D5CA037207BE for ; Fri, 10 Oct 2014 21:54:22 +0100 (BST) X-Quarantine-ID: X-Virus-Scanned: amavisd-new at smtp.34sp.com Received: from smtpout2.34sp.com ([127.0.0.1]) by localhost (smtpout2.34sp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id m8Be+69Thz7j for ; Fri, 10 Oct 2014 21:54:17 +0100 (BST) Received: from smtpout4.34sp.com (smtpout4.34sp.com [80.82.113.14]) by smtpout2.34sp.com (Postfix) with ESMTP id DA0B3372113D for ; Fri, 10 Oct 2014 21:54:09 +0100 (BST) Received: from server10.xenserve.com (ns19.xenserve.com [80.82.118.233]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout4.34sp.com (Postfix) with ESMTP id CFA355E802EF for ; Fri, 10 Oct 2014 21:54:49 +0100 (BST) Received: (qmail 74862 invoked by uid 80); 10 Oct 2014 22:54:27 +0200 Received: from 209-6-95-6.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (209-6-95-6.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com [209.6.95.6]) by webmail.qrmedia.com (Horde MIME library) with HTTP; Fri, 10 Oct 2014 22:54:26 +0200 Message-ID: <20141010225426.2lbqay4ojog8w08g@webmail.qrmedia.com> X-Priority: 3 (Normal) Date: Fri, 10 Oct 2014 22:54:26 +0200 From: Andrew Phillips To: user@jclouds.apache.org Subject: Re: jclouds GCE provider -----END RSA PRIVATE KEY----- doesn't contain % line [-----END ] References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.6) X--MailScanner-Information: Please contact the ISP for more information X--MailScanner-ID: CFA355E802EF.AE8E4 X--MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X--MailScanner-From: andrewp@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Hi Aric > Anyone here using google-compute-engine provider for jclouds there appears > to be a problem when putting the pem extracted from the .p12 into the > section of my jenkins config.xml Could you first see if you can run the basic example [1] directly against GCE with the same key file etc.? That way, we can hopefully figure out whether the problem is in jclouds itself, or in the Jenkins plugin. Thanks! ap [1] https://github.com/jclouds/jclouds-examples/blob/master/google/src/main/java/org/jclouds/examples/google/computeengine/CreateServer.java