docker-gocd-server icon indicating copy to clipboard operation
docker-gocd-server copied to clipboard

Console log is not persisted between restart for running pipeline

Open bdpiprava opened this issue 7 years ago • 5 comments

Steps

  1. Run gocd server using Docker
  2. Trigger a pipeline
  3. Restart GoCD server container when a pipeline is running
    • As GoCD server stores console log in data/console when the pipeline is running and it is not symlinked to godata directory

After the restart in a new container, GoCD starts logging console log in a new file and loses console log written by the previous container.

bdpiprava avatar Aug 27 '18 09:08 bdpiprava