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 年前296 查看次数
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
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则