일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- arm
- Jenkins
- 관심사
- install
- BABOK
- docker katacoda
- pester
- job
- aks
- ADF
- data factory
- CI
- Python
- packer
- DevOps
- streaming
- ansible
- GCP
- 아시아
- 유럽
- Kubernetes
- CCBA
- PowerShell
- AZURE
- Network Design
- openhack
- 데이터 엔지니어링
- automation
- docker
- azure governance
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