From owner-freebsd-hackers@freebsd.org Wed Feb 22 11:10:22 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D80EACE98F8 for ; Wed, 22 Feb 2017 11:10:22 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78D5519A0; Wed, 22 Feb 2017 11:10:22 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-lf0-x22d.google.com with SMTP id l12so4197780lfe.0; Wed, 22 Feb 2017 03:10:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=OLxQ/xZunDRDSE9tlWGFcw9dCttKzs5AP+rNkjcAdFc=; b=ZpvEMfm5SeT+XjO5HOwjDubmO/eeuSN9OwVRU16TIEMfIm9nCu4KJXrrBWoGH4V332 sWo2OoH077c+g+DAxEwgp93e620ewJe7KyPFWzQsJieJRs0rgGjU4E0uqZmCI2vOx09H 6y+sBh+/oNe2056/dtlt67H4hbU596Xhkcg8zKbB743kAXYEk9IRzFhScCn8t6N2iaFE PuxwrdHYpBcBE8xCFZEEZkLr9zsD3uaBQ04Gsn1nciGcNYtiL7bojQL+N0MH56kTBYcH 9wh+h5INozUr2E42eY/VITr/A/xmfEQ8Qnejdqv89PxpYPKh23f3YL3AYh36N0B60OgF PtbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=OLxQ/xZunDRDSE9tlWGFcw9dCttKzs5AP+rNkjcAdFc=; b=l23VZ3nrefUvt2KohJFfwBzghqnBAiZwclehxMk0SJJizz/GmOVgbLMkLU5epa1Vdd Sao09rfoPSd2/K8Rygif0NxjAnbz5eNFVCc/nCm0Y7saYg9Ne5jnwD1BuG7ST+Kx5GQX gRcRMlK+jLwallOaWY0ZuX0gVZQXDi/JUA7nTBILIyb0pUq2WbEzQiJlEj4qZVsdVntS DXgYOELkjIFY6zpiV9ww6+T8Wc4XxJcq3RFeBtZLxsN/wDnJjYPLFpUd0nABZykeXCHv CQrvbFZTEdsSI3ckLzCgj87U8ywX8un3FuruFcJogjCxgDumowDN07sJiWVR0DKoP02l N1xA== X-Gm-Message-State: AMke39ne/FUFmSGl2lHwFrkxR6sutwEu6N3Q92fW2GAwKFCN1STwkZw2c3dz8kaxaXMkG9p7gp0wz2y4ahWCzA== X-Received: by 10.25.43.8 with SMTP id r8mr1934931lfr.41.1487761820549; Wed, 22 Feb 2017 03:10:20 -0800 (PST) MIME-Version: 1.0 Sender: lwhsu.freebsd@gmail.com Received: by 10.25.159.71 with HTTP; Wed, 22 Feb 2017 03:10:19 -0800 (PST) In-Reply-To: <20170222065408.GA19302@bluezbox.com> References: <20170222065408.GA19302@bluezbox.com> From: Li-Wen Hsu Date: Wed, 22 Feb 2017 19:10:19 +0800 X-Google-Sender-Auth: mJMv1pa0wFUgFoNKQQcJejQFEXA Message-ID: Subject: Re: TravisCI vs BuildBot vs Bamboo vs Jenkins To: Oleksandr Tymoshenko Cc: Alan Somers , "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 11:10:22 -0000 On Wed, Feb 22, 2017 at 2:54 PM, Oleksandr Tymoshenko wrote: > FreeBSD's CI is built using Jenkins: https://ci.freebsd.org also > https://wiki.freebsd.org/Jenkins so it must be working fine with > FreeBSD. > > I've been using Jenkins for number of years (not in *BSD world though) > and I kind of like it despite somewhat trashy UI. My main complaint is > that you can't have CI pipeline description/settings in file in version > control (like in GitLab for instance) and have to set it up manually > via web UI or API. Other than that it's fairly good system. > =E2=80=8B=E2=80=8B > =E2=80=8Bci.freebsd.org uses Jenkins Job Builder from OpenStack: https://docs.openstack.org/infra/jenkins-job-builder/ by which you can define your jobs in YAML and save them in VCS. Jenkins 2 also offers "pipeline as code" feature by which you can control your jobs more: https://jenkins.io/doc/book/pipeline/ Best, Li-Wen=E2=80=8B --=20 Li-Wen Hsu https://lwhsu.org