Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- s3
- terraform main commands
- 인텔리제이
- lsof
- Jenkinspipeline
- terraform backend
- endpoint
- haproxy
- terraform
- JWT
- Mac
- binarysearch
- Docker
- linuxr계정설정
- Python
- java
- SELinux비활성화
- algorithm
- heapq
- Timezon설정
- terraform 기본개념
- 프로그래머스
- Jenkins
- terraform 설치
- session manager
- Process monitoring
- PrivateSubnet
- ec2
- 이진탐색
- terraform variable
Archives
- Today
- Total
목록Jenkins (1)
MONG 기술블로그

AWS Public Cloud 환경에 EC2를 이용하여 Jenkins를 구축해보자. 다음과 같은 순서로 구축할 예정이다. Jenkins 설치 Jenkins Home 디렉토리 변경 Jenkins 계정 생성 및 접속 하기 스크립트를 수행하여 젠킨스를 설치한다. # git install yum -y install git # install java 11 yum -y install java-11-amazon-corretto.x86_64 # import jenkins repository yum -y update wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo rpm --import https://pkg.je..
Jenkins
2023. 6. 24. 22:37