Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #9104

Re: CI and BDD with Python

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: CI and BDD with Python
Date 2011-07-09 06:36 +0200
References <B8E4D11B-6629-4111-AEF4-C40226912F60@curphey.com>
Newsgroups comp.lang.python
Message-ID <mailman.792.1310186214.1164.python-list@python.org> (permalink)

Show all headers | View raw


mark curphey, 09.07.2011 01:41:
> And for CI having been using Hudson for a while, any real advantages in a Python / Django world for adopting something native like Trac and one of the CI plugins like Bitten?

I warmly recommend Jenkins (i.e. Hudson) for anything CI. It gives you tons 
of plugins and configuration options together with full information 
awareness about your build status and dependencies through a nice web 
interface.

The only reason to go native here is that it may become simpler to set up 
Python build and test jobs. But given that it's usually just a couple of 
shell commands that you write once, you'd miss more from the interface than 
what you gain from a quicker job setup.

Stefan

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: CI and BDD with Python Stefan Behnel <stefan_ml@behnel.de> - 2011-07-09 06:36 +0200
  Re: CI and BDD with Python Phlip <phlip2005@gmail.com> - 2011-07-09 19:05 -0700
    Re: CI and BDD with Python mark curphey <mark@curphey.com> - 2011-07-09 19:39 -0700
      Re: CI and BDD with Python Phlip <phlip2005@gmail.com> - 2011-07-09 20:03 -0700
        Morelia for BDD in Python (was: CI and BDD with Python) Ben Finney <ben+python@benfinney.id.au> - 2011-07-10 13:38 +1000
          Re: Morelia for BDD in Python (was: CI and BDD with Python) Phlip <phlip2005@gmail.com> - 2011-07-09 22:10 -0700
            Re: Morelia for BDD in Python Ben Finney <ben+python@benfinney.id.au> - 2011-07-10 15:21 +1000
              Re: Morelia for BDD in Python Phlip <phlip2005@gmail.com> - 2011-07-10 08:00 -0700
                Re: Morelia for BDD in Python Phlip <phlip2005@gmail.com> - 2011-07-10 08:29 -0700
              Re: Morelia for BDD in Python rusi <rustompmody@gmail.com> - 2011-07-10 10:45 -0700
                Re: Morelia for BDD in Python Ben Finney <ben+python@benfinney.id.au> - 2011-07-11 07:57 +1000
            Re: Morelia for BDD in Python Stefan Behnel <stefan_ml@behnel.de> - 2011-07-10 08:52 +0200
          Re: Morelia for BDD in Python (was: CI and BDD with Python) Phlip <phlip2005@gmail.com> - 2011-07-09 22:11 -0700

csiph-web