I am running a Jenkins container on a Linux VM. I had some pipelines on the Jenkins UI, and I was working with them. Since we made use of a docker-compose file for setting up the container, I just did a docker compose down
, made the changes and started the container again docker compose up -d
. I expected the pipelines that I was working on to be persistent, but the Jenkins instance was just empty.
I mounted the previous workspace as well. Still the previous pipelines do not show up.
Am I missing something here?