Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 386 Bytes

Jenkins With AWS-CLI 📦

it's jenkins image included aws-cli with python3, pip

you can use aws-cli in jenkins pipeline

Usage

you should configure aws

1. Run Container

docker run -d -p 8080:8080 -v /jenkins:/var/jenkins_home -u root okps123/jenkins-with-aws-cli:latest

2. Configure AWS

docker exec -it <container-id> /bin/bash
aws configure