From: [email protected] [mailto:[email protected]] On Behalf Of John
> Is there a standard way to go about constructing AMI's with Jenkins? No, don't think so. > I see that Packer seems fairly popular: https://www.packer.io This is what we do here, too. It's basically a bunch of Ruby code around Packer and Puppet to prepare the build.json file as well as some Puppet manifests from predefined templates and then start a bunch of threads which run Packer, one for each AMI we create. There might also be a Jenkins Plugin for using Packer directly, just check the plugins. The nice thing about packer is that it can produce all sorts of images, like Docker, Amazon, etc... HTH... Dirk -- 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/70d8b1eb-dfff-430c-8e6c-b0e9a105391d%40googlegroups.com<https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_70d8b1eb-2Ddfff-2D430c-2D8e6c-2Db0e9a105391d-2540googlegroups.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DwMFaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=TsKycyisPP_6FVCeETRooIdY_8hdAsXoxwbvHso_TaI&m=tw7TJYFM-qOG-cv8TFaaePJY9tqjWlwhaR5ejDo_fJE&s=MAunlWmaoPbwgQem6bqneaTzzoderRLeoXJXd3uqXVs&e=>. For more options, visit https://groups.google.com/d/optout<https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwMFaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=TsKycyisPP_6FVCeETRooIdY_8hdAsXoxwbvHso_TaI&m=tw7TJYFM-qOG-cv8TFaaePJY9tqjWlwhaR5ejDo_fJE&s=R9SmcspYcHDHTCVkzO2pi9KW8sJQPO85YnYFVmjpYaQ&e=>. -- 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/SN6PR15MB2416465148C19FDB0C9B494CAAB70%40SN6PR15MB2416.namprd15.prod.outlook.com. For more options, visit https://groups.google.com/d/optout.
