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 and store that script in a source control repository. Then to run the jobs somewhere else it's just a matter of installing the jobdsl plugin there and pointing it to the same repository. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e153bdc6-5d17-4047-aad0-823e0dbfc738%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
