Skip to content

SocialEngine/jenkins-with-restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

A Jenkins master docker image with restore ability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages