Top "Concourse" questions

For questions related to pipeline-based CI system Concourse written in Go.

Terminate docker compose when test container finishes

I am currently running a docker-compose stack for basic integration tests with a protractor test runner, a nodejs server serving …

docker docker-compose concourse
Concourse: how to pass job's output to a different job

It's not clear for me from the documentation if it's even possible to pass one job's output to the another …

concourse
session not created: Chrome version must be between 71 and 75 - while running angular e2e in Concourse

While executing e2e test in concourse, I'm getting the below error, where it looks like the chromedriver is not …

angular protractor concourse angular-e2e
How to install Fly CLI to mac

I download the latest version of the Fly cli https://concourse-ci.org/download.html to ~/Downloads then cd to ~/Downloads …

continuous-integration concourse
How can I run a small command in a concourse pipeline?

I basically want to run the npm install and grunt build command within the newly added repo. inputs: - name: …

continuous-integration concourse
Concourse CI: leverage docker image cache

I totally understand that Concourse is meant to be stateless, but nevertheless is there any way to re-use already pulled …

docker concourse