Skip to content

gyuha/jenkins-aws-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-aws-cli

  1. 폴더를 만들어 줍니다.
mkdir jenkins_home
chmod 777 jenkins_home
  1. docker-compose를 실행 해 준다.
docker-compose up -d
  1. 초기 암호를 입력하기 위해서 아래와 같이 실행 한다.
docker exec -it jenkins-awscli bash
cat /var/jenkins_home/secrets/initialAdminPassword

jakins 컨테이너 root로 접근하기

docker exec --user root -it jenkins bash

시스템 상태 조회

http://[SERVER_ID]:8080/systemInfo

Reference

About

Jenkins Docker with AWS CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published