Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C39E2DF59 for ; Mon, 10 Sep 2012 18:36:12 +0000 (UTC) Received: (qmail 84176 invoked by uid 500); 10 Sep 2012 18:36:12 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 84156 invoked by uid 500); 10 Sep 2012 18:36:12 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 84148 invoked by uid 99); 10 Sep 2012 18:36:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 18:36:12 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Edison.su@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 18:36:07 +0000 X-IronPort-AV: E=Sophos;i="4.80,398,1344211200"; d="scan'208";a="37364573" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 10 Sep 2012 18:34:31 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Mon, 10 Sep 2012 11:34:30 -0700 From: Edison Su To: "cloudstack-users@incubator.apache.org" Date: Mon, 10 Sep 2012 11:34:31 -0700 Subject: RE: Cloud provisioning for CI: Jenkins + Cloudstack Thread-Topic: Cloud provisioning for CI: Jenkins + Cloudstack Thread-Index: Ac2PU9QrTSbTkcn8TpaNFqklKxuB4QALhj1w Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org This is cool! Thanks for your sharing. I should do the same thing on http://jenkins.cloudstack.org/, using cloudst= ack to create slave build machine for me. > -----Original Message----- > From: Jose Martin Rozanec [mailto:jose@code54.com] > Sent: Monday, September 10, 2012 5:57 AM > To: cloudstack-users@incubator.apache.org > Subject: Cloud provisioning for CI: Jenkins + Cloudstack >=20 > Hello, >=20 > We implemented cloud provisioning for CI using Jenkins and Cloudstack > via > jClouds plugin. > Perhaps you may be interested on reading a post we wrote to share our > experience: > http://www.dzone.com/links/cloud_provisioning_for_ci_jenkins_cloudstack > .html >=20 > Jose.