Re: Recommended Plug in for migrating jobs between 2 jenkins instances

2018-11-09 Thread RAJENDRA PRASAD
Instead of plugin I suggest to use butler script to import and export Jenkins jobs from one machine to another machine. Refer this link: http://www.blog.labouardy.com/butler-cli-import-export-jenkins-plugins-jobs/ Note: you need to enable remoting on Jenkins settings at admin level for this Tha

Re: Recommended Plug in for migrating jobs between 2 jenkins instances

2018-11-09 Thread Arnaud Héritier
Hi We created a job to get a copy of your data from DEV@cloud before its shutdown. See: https://support.cloudbees.com/hc/en-us/articles/360017691571-How-to-backup-my-DEV-cloud-instance-to-prepare-for-the-service-end-of-life The importer should work otherwise. Emilio could perhaps have some fe

Re: Recommended Plug in for migrating jobs between 2 jenkins instances

2018-11-09 Thread Robert Longson
On Thursday, 8 November 2018 19:06:06 UTC, Nicolas Grossi wrote: > > Hi team: > Is there any plug in that can be used to expport/import jobs > form one jenkins instances to another ? > > Thanks in advance! > If you use the jobdsl plugin you can define your jobs in groovy script an

Re: Recommended Plug in for migrating jobs between 2 jenkins instances

2018-11-09 Thread Nicolas Grossi
Christian: I'm trying the importer One instance is cloudbees and i cannot access the file system :( so - Copy job folders on file system level is not an option i guess The actual scenario is the following: # instance 1 (cloudbeees) with around 35 jobs # instance 2 (ubuntu

RE: Recommended Plug in for migrating jobs between 2 jenkins instances

2018-11-09 Thread Beushausen, Christian
Hi Nicolas, We are sometimes using this plugin: https://plugins.jenkins.io/job-import-plugin Or, you could (from what I have heard): * Copy job folders on file system level * Download job config as xml via Jenkins CLI and upload it on the new instance. Mit freundlichen Gruessen/Best re