How to copy jobs from existing Jenkins profile to the upgraded Jenkins
15 views
Skip to first unread message
jairaj kamal
unread,
Jul 8, 2015, 7:41:16 AM7/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi,
How can I copy jobs from existing Jenkins profile to the upgraded Jenkins, also I need to configure all the existing installed plugins in the new one !
Khai Do
unread,
Jul 14, 2015, 2:41:29 PM7/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
We automate and replicate jenkins jobs by using the jenkins-job-builder (https://pypi.python.org/pypi/jenkins-job-builder). I'm not sure there's a good solution to automating and replicating jenkins plugins. I think the only thing you can do is to copy the all of the *.hpi files, these are the plugins, to your upgraded jenkins and then copy the config.xml file there as well since that contains all of the global plugin configs then restart jenkins.