Communication between Jenkins and Docker

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
wwhurley's picture

Looks like you can attach to the docker container's streams and then echo them back out so Jenkins can record them. An example can be found at https://github.com/salsita/jenkins-docker-skeleton. Alternatively you can run docker logs or -- I think -- docker run -a to attach the stdout / stderr streams. Also some information on looking at the logs at http://0x74696d.com/posts/docker-logging/.