cloudfoundry-samples / cf-sample-app-spring

Introduction to Cloud Foundry app deployment and management concepts.
31 stars 142 forks source link

backup the configuration or application in cloud foundry environment #12

Open wilfredwilly opened 6 years ago

wilfredwilly commented 6 years ago

I have deployed a new jenkins file in cf enviornment using the following command and it is deployed successfully cf push jenkins_test -o jenkins/jenkins:lts -m 4G

Then i have done CI/CD configuration in jenkins and everything works fine.

Issue:

When i restart or restage the jenkins app all the jenkins configuration got erased, then i need to recreate the configuration from scratch.

Please let me know how to backup the configuration or application in cloud foundry environment.