일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 데이터 엔지니어링
- automation
- docker
- 아시아
- CI
- Python
- packer
- streaming
- data factory
- job
- aks
- AZURE
- 관심사
- 유럽
- Network Design
- Kubernetes
- CCBA
- Jenkins
- BABOK
- install
- pester
- ansible
- arm
- PowerShell
- DevOps
- openhack
- docker katacoda
- azure governance
- ADF
- GCP
Archives
- Today
- Total
목록DevOps/Jenkins (1)
소소한 기록
Jenkins installation
Jenkins initial installation sudo yum install -y wget sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat/jenkins.repo sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key sudo yum install jenkins java-1.8.0-openjdk-devel git -y Systemctl enable jenkins && systemctl restart jenkins
DevOps/Jenkins
2018. 12. 13. 14:15