From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F03A138CDC for ; Sat, 20 Jun 2015 19:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB5B14052; Sat, 20 Jun 2015 19:03:31 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1BB51401A for ; Sat, 20 Jun 2015 19:03:29 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z6O34-0003Wj-Qq for gentoo-user@lists.gentoo.org; Sat, 20 Jun 2015 21:03:27 +0200 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jun 2015 21:03:26 +0200 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jun 2015 21:03:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Jenkins Date: Sat, 20 Jun 2015 19:03:18 +0000 (UTC) Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1) X-Archives-Salt: 333c62fb-7944-40a4-a5f1-c0aa2915a045 X-Archives-Hash: ed2c31ba5ff98e4f07bc225930c63e94 Hello one and all, I want to first install Jenkins on a single multicore amd system, so I found this brief guide (which seems simple enough): https://code.google.com/p/godin-gentoo-repository/wiki/Jenkins What I also need is an example collection of code to run Jenkins-CI scripts on, sort of as a benchmark. I figure it would be best to learn about Jenkins by merely trying to follow/duplicate an existing (hopefully small) Jenkins CI project. Basically a monkey-see-monkey-duplicate sort of endeavour. This will also allow me to then duplicate the Jenkins-CI onto the gentoo mesos clusters (small right now) I have built to debug problems or issues with Jenkins running on a gentoo-mesos-cluster. Ideas on how to perform comparison (benchmarks) between the single multi-processor Jenkins-CI and the one on top of a cluster, would be warmly received too. After that is completed and stable, then I'm going to attempt to move other codes to this gentoo-mesos-jenkins-CI framework. Any suggestions are most welcome. James