This plugin auto-discovers the repositories in code commit.
First, we need to create a AWS CodeCommit Jobs project.
Then we can configure the access to aws code commit:
- URL API of code commit
- Project name's pattern
- Credentials for API (AMI)
- Credentials for git code commit (AMI)
- Git Behaviours by default we consider all the branches.
We must have the toys:
- docker
- docker-compose
- make
make help
We should create a file awscodecommit.env.
AMI_ACCESS=<AMI access>
AMI_SECRET=<AMI secret>
GIT_USER=<GIT HTTP username>
GIT_PASSWORD=<GIT HTTP password>
We have a docker with all needed dependencies.
- Refactor code to manage AWSCodeCommit client.
- Do More unit tests / integration test.
- Manage the failures.
- Add images.
- Add commands line to create ami jenkins and add https git access.