Laur's blog
Sign in Subscribe

gocd

A collection of 2 posts
Initialise Python with GoCD
docker

Initialise Python with GoCD

Following the deployment of a python-aware agent, we can start creating a pipeline. The first stage would be to: 1. Clean up any previous data 2. Create a virtual environment for python 3. Install all dependencies from a requirements.txt file in our project Note: we assume the global pipeline
Nov 10, 2017 2 min read
Create a Python-friendly GoCD Agent in Docker
cd

Create a Python-friendly GoCD Agent in Docker

I've got two requirements to make GoCD useful: 1. Run both the server and agent(s) in Docker 2. Make it python-friendly Fortunately, GoCD offers Docker images (and Dockerfiles) for both, so it's just a matter of extending it: FROM gocd/gocd-agent-ubuntu-16.04:v17.11.0
Nov 10, 2017 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost