Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4718
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Arnold Krille <arnold@arnoldarts.de> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] OT: Gitlab CI - Erfahrungen? |
| Date | Wed, 22 Mar 2017 22:17:22 +0100 |
| Lines | 50 |
| Message-ID | <mailman.35.1490217449.2603.python-de@python.org> (permalink) |
| References | <f0c1ece6-21eb-aab1-5d21-3e5173288c10@thomas-guettler.de> <20170322221722.3b96b55c@xingu.arnoldarts.de> |
| Mime-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; boundary="Sig_/K5uKMC_bC8QDh/R9hhnUjbx"; protocol="application/pgp-signature" |
| X-Trace | news.uni-berlin.de QIS7UYTNMpkXnGMe4d5TxAW5aMliioCtzMpBAZaoOLNQ== |
| Return-Path | <arnold@arnoldarts.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| X-Virus-Scanned | amavisd-new at heinlein-support.de |
| In-Reply-To | <f0c1ece6-21eb-aab1-5d21-3e5173288c10@thomas-guettler.de> |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <20170322221722.3b96b55c@xingu.arnoldarts.de> |
| X-Mailman-Original-References | <f0c1ece6-21eb-aab1-5d21-3e5173288c10@thomas-guettler.de> |
| Xref | csiph.com de.comp.lang.python:4718 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Sun, 19 Mar 2017 15:15:00 +0100 Thomas Güttler <guettliml@thomas-guettler.de> wrote: > Hallo, > > vor 10 Monaten habe ich hier gefragt "Komplexe Jenkins Konfiguration > - will man das?" [1] > > Aktuell verwende ich noch Jenkins für closed-source Dinge und für > open-source nehme ich travis von github. > > Für die closed-source Dinge suche ich eine Alternative. > > Hier wäre gitlab-CI vermutlich eine passend. Das hat den Vorteil, das > man keinen Jenkins per Web-GUI konfigurieren muss. Das ganze > funktioniert per yaml-Datei aus dem Git-Repo. > > Hat jemand damit schon etwas Erfahrung? Bis jetzt setzen wir noch > Kallithea anstatt Gitlab ein. Tja, ich kann da nur meine Antwort von vor 10 Monaten wiederholen: Nimm gitlab-CI. Damit geht alles, was Du mit jenkins auch machst. Und alles was Dein Job machen soll steht versioniert im Projekt mit drinne statt irgendwo sonst. Und für gitlab-CI gibt es die ziemlich gute Online-Hilfe (die in der gitlab-Instanz dabei ist, also so Online wie Dein gitlab-CI, nicht stackoverflow-muss-erreichbar-sein-online), die die Inhalte der gitlab-ci.yml erklärt. Während man bei jenkins mit den Infos und Erklärungen nur bedingt weiterkommt, wenn man den Job reproduzierbar per xml definieren will. - Arnold
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] OT: Gitlab CI - Erfahrungen? Arnold Krille <arnold@arnoldarts.de> - 2017-03-22 22:17 +0100
csiph-web