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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南