stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
974 stars 135 forks source link

Support Jenkins as a execution tool for pipeline #347

Open BrianJakovich opened 6 years ago

BrianJakovich commented 6 years ago

Enable a user to leverage Jenkins to execute stages of a pipeline instead of CodeBuild.

Features:

Work involved:

jeffb4 commented 6 years ago

A variant of this that has been discussed is to have mu generate a Jenkinsfile in a repo to reify a pipeline, and then to (future work) add the job/repo to an existing Jenkins master server via an API call.

Choices:

Some architecture decisions by @cplee needed