AWS 15

[AWS] Jenkins 설치 및 설정 2탄😀

https://han-developer.tistory.com/manage/newpost/61?type=post&returnURL=https%3A%2F%2Fhan-developer.tistory.com%2F61 https://han-developer.tistory.com/manage/newpost/61?returnURL=https%3A%2F%2Fhan-developer.tistory.com%2F61&type=post han-developer.tistory.com 위에는 1탄 링크!😆 1. 젠킨스 접속 http://localhost:8080/ 발급 받았던 초기 비밀번호 입력 2. 젠킨스 플러그인 설치 1번은 모든 플러그인 (저는 1번) 2번은 선택적 플러그인 **저는 학습용으로 만들었기 때문에 admin으로..

AWS/Jenkins 2022.12.21

[AWS] Jenkins 설치 및 설정 1탄😀

1. 젠킨스 설치 https://hub.docker.com (도커가 설치되어 있어야 함) cmd창 열기 docker pull jenkins/jenkins (*이미지 다운로드) 2. 젠킨스 실행 https://github.com/jenkinsci/docker GitHub - jenkinsci/docker: Docker official jenkins repo Docker official jenkins repo. Contribute to jenkinsci/docker development by creating an account on GitHub. github.com 위에 깃허브 사이트 접속해서 체크된 부분 복사 --name jenkins-server 이름 부여하기 docker ps 입력 후 젠킨스가 잘 실행..

AWS/Jenkins 2022.12.21