Jenkins as a Docker Container loses all pipelines on docker-compose up?
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.
Jenkins as a Docker Container looses all pipelines on docker-compose up?
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.