Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karthik-ir/nr-cicd-basic

One EC2 with Jenkins, several slaves in ECS
https://github.com/karthik-ir/nr-cicd-basic

Last synced: about 1 month ago
JSON representation

One EC2 with Jenkins, several slaves in ECS

Awesome Lists containing this project

README

        

# Jenkins ECS Slave plugin configuration

This repo will create a ECS slave with alpine image and Go to execute a Go test, and build. Finally it uploads to S3 the artifact.

# Git tagging

```
git tag -a v1.4 -m "my version 1.4"
git push origin --tags
```