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
- ec2
- Jenkinspipeline
- JWT
- Docker
- Timezon설정
- 이진탐색
- haproxy
- SELinux비활성화
- Mac
- terraform
- Python
- java
- 프로그래머스
- Process monitoring
- s3
- algorithm
- terraform backend
- PrivateSubnet
- binarysearch
- linuxr계정설정
- terraform main commands
- endpoint
- terraform 기본개념
- terraform 설치
- session manager
- Jenkins
- 인텔리제이
- lsof
- terraform variable
- heapq
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