Re: Affordable solution for Jenkins CI and build slaves in the cloud?

2017-08-17 Thread Victor Martinez
Yep, I agree you might need to either use the current backup plugins: - https://wiki.jenkins.io/display/JENKINS/thinBackup - https://wiki.jenkins.io/display/JENKINS/PeriodicBackup+Plugin Or create your own backup process. Although, I just found that Cloudbees provides an enterprise plugin which

Re: Affordable solution for Jenkins CI and build slaves in the cloud?

2017-08-17 Thread corneil.duples...@gmail.com
How about using JFrog Artifactory in the cloud and configure Jenkins to push build logs to Artifactory https://www.jfrog.com/confluence/display/RTF/Build+Integration#BuildIntegration-SupportedPlugins [image: --] Corneil du Plessis [image: https://]about.me/corneil

Re: Affordable solution for Jenkins CI and build slaves in the cloud?

2017-08-17 Thread Artur Szostak
OK, but that does not help with the build logs etc. i.e. If I loose my server, I not only want to recreate the instance, but I want to restore the build logs. This requirement may not be for everyone. But for people who consider the build history valuable it would be important to back that up

Re: Affordable solution for Jenkins CI and build slaves in the cloud?

2017-08-17 Thread Victor Martinez
My answer was suggesting how to move from traditional backup processes since there are already tools/frameworks, as you just mentioned, which help to configured everything fully as code. I guess, that's why it's related to backup :) -- You received this message because you are subscribed to

Re: Affordable solution for Jenkins CI and build slaves in the cloud?

2017-08-17 Thread Artur Szostak
> If you mean to backup your Jenkins server, then read below: > >In my case I've been using tools such as: > > * Puppet: https://github.com/jenkinsci/puppet-jenkins > * Chef: https://github.com/chef-cookbooks/jenkins > * Ansible:

Re: Affordable solution for Jenkins CI and build slaves in the cloud?

2017-08-10 Thread Victor Martinez
If you mean to backup your Jenkins server, then read below: In my case I've been using tools such as: - *Puppet*: https://github.com/jenkinsci/puppet-jenkins - *Chef*: https://github.com/chef-cookbooks/jenkins - *Ansible*: https://github.com/geerlingguy/ansible-role-jenkins

Affordable solution for Jenkins CI and build slaves in the cloud?

2017-08-09 Thread Eddie Sutton
I no longer want to deal with backup issues of our CI system. I have an ESXi server running on a Mac Mini hosting a Jenkins server and multiple build machines on a Synology NAS datastore targeting Android, iOS, Linux, macOS, and Linux. Any success stories or recommendations? Thanks in advance,