You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for putting together the blog posts and example scripts for setting up jenkins in multiple infrastructures. We have recently moved all our applications over to docker on ECS. One of the remaining tasks is to migrate our jenkins set up, and that is when I found your blog posts.
We are using AWS Fargate for all our applications and so far have been very happy with it.
Changes
Refactor the 05 example to use Fargate instead of EC2.
I think the bulk of the changes would entail, though I am sure there would be additional smaller changes:
Remove JenkinsECSLaunchConfiguration
Refactor JenkinsECSService to have a LaunchType of FARGATE, and other misc. changes
Refactor JenkinsMasterTaskDefinition to have RequiresCompatibilities of [FARGATE]
The text was updated successfully, but these errors were encountered:
Overview
Thanks for putting together the blog posts and example scripts for setting up jenkins in multiple infrastructures. We have recently moved all our applications over to docker on ECS. One of the remaining tasks is to migrate our jenkins set up, and that is when I found your blog posts.
We are using AWS Fargate for all our applications and so far have been very happy with it.
Changes
Refactor the 05 example to use Fargate instead of EC2.
I think the bulk of the changes would entail, though I am sure there would be additional smaller changes:
LaunchType
of FARGATE, and other misc. changesRequiresCompatibilities
of [FARGATE]The text was updated successfully, but these errors were encountered: