For questions related to pipeline-based CI system Concourse written in Go.
I am currently running a docker-compose stack for basic integration tests with a protractor test runner, a nodejs server serving …
docker docker-compose concourseIt's not clear for me from the documentation if it's even possible to pass one job's output to the another …
concourseWhile executing e2e test in concourse, I'm getting the below error, where it looks like the chromedriver is not …
angular protractor concourse angular-e2eI download the latest version of the Fly cli https://concourse-ci.org/download.html to ~/Downloads then cd to ~/Downloads …
continuous-integration concourseI basically want to run the npm install and grunt build command within the newly added repo. inputs: - name: …
continuous-integration concourseI totally understand that Concourse is meant to be stateless, but nevertheless is there any way to re-use already pulled …
docker concourse