Re: docker-compose run does not return on Jenkins

2019-06-10 Thread Francis Chuang
Hi Karl, The `docker-compose run` command should terminate and return once the assets are generated. We are not using docker-compose to spin up a bunch of long running processes, but rather a one-off build/command. I can confirm that on my local machine, the job terminates once the command fi

Re: docker-compose run does not return on Jenkins

2019-06-10 Thread Karl Heinz Marbaise
Hi, On 10.06.19 01:45, Francis Chuang wrote: Hey everyone, I am currently setting up automated website builds for Apache Calcite. We are currently using docker-compose and the jekyll image to generate the assets on our machines locally: https://github.com/apache/calcite/blob/test-site/site/dock

docker-compose run does not return on Jenkins

2019-06-09 Thread Francis Chuang
Hey everyone, I am currently setting up automated website builds for Apache Calcite. We are currently using docker-compose and the jekyll image to generate the assets on our machines locally: https://github.com/apache/calcite/blob/test-site/site/docker-compose.yml This works well and `docker