/jenkins-cdk

Primary LanguageTypeScript

Jenkins on AWS (TypeScript)

This project forks Jenkins on AWS only for TypeScript and Fargate.

Architecture

ArchDiagram

Installation

$ (cd cdk && npm install)

Validate configs

Navigate to the cdk directory, and run:

$ (cd cdk && cdk synth)
Successfully synthesized to jenkins-on-aws/cdk/cdk.out
Supply a stack name (JenkinsNetwork, JenkinsECS, JenkinsWorker, JenkinsMaster) to display its template.

Deploy

$ (cd cdk && npm run build && cdk deploy 'Jenkins*')