I use docker to create my deployment unit: 1. create a base docker image with OS dependencies 2. mount checked out project from jenkins into docker + add devpi-container network -> install the project into container via pip 3. commit container stage to image 4. run all tests in container 5. remove container -> to remove test artifacts 6. start container with mounted test db and make a health check 7. commit container stage to image -> save image for deployment
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
