Experience with Cloudformation Plugin for Jenkins

0

A customer plans to do all infrastructure development with cloudFormation via Jenkins.

There is a cloudFormation plugin for Jenkins (https://wiki.jenkins-ci.org/display/JENKINS/AWS+Cloudformation+Plugin).

  • Can you recommend to use this?
  • Do you have any experience?

Thanks

AWS
質問済み 8年前284ビュー
1回答
1
承認された回答

I do not have an experience with the above plug-in but I did wrote few Jenkins projects in the past which used cloudformation personally I try to avoid using plug-ins mainly because there is always a chance that they might cease to exist.

For jenkins I would recommend to use the native AWS CLI (Install AWS CLI on the Jenkins instance) , you will make your customer happy as they will able to deploy cloudformation stacks pre and delete them post build , using our native API as well as use services such as S3 into the build cycle

AWS
回答済み 8年前
profile picture
エキスパート
レビュー済み 10ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ