https://github.com/socialengine/jenkins-with-restore
A Jenkins master docker image with restore ability
https://github.com/socialengine/jenkins-with-restore
Last synced: about 1 year ago
JSON representation
A Jenkins master docker image with restore ability
- Host: GitHub
- URL: https://github.com/socialengine/jenkins-with-restore
- Owner: SocialEngine
- Created: 2015-07-03T17:17:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T17:18:01.000Z (about 11 years ago)
- Last Synced: 2025-02-28T06:15:26.947Z (over 1 year ago)
- Language: Shell
- Size: 93.8 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Backup and Restore
The image includes a job to perform backups. You must modify the job to add where you wish to store the backups.
To restore from an existing backup, launch the container with an environment variable named `RESTORE_URL` that points to the backup (backup must be accessable by url only). For example:
docker run --name jenkins \
-e RESTORE_URL=https://s3-us-west-2.amazonaws.com/se-jenkins/LATEST.tar.gz?X-Amz-Secrets=super-secret \
-p 8080:8080 -p 50000:50000 \
-v /var/jenkins_home tutum.co/socialengine/jenkins-with-restore