Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karthik-ir/nr-cicd-basic
- Owner: karthik-ir
- Created: 2020-04-18T10:39:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T06:27:58.000Z (over 4 years ago)
- Last Synced: 2024-10-18T15:53:56.577Z (3 months ago)
- Language: Smarty
- Size: 8.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```