일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 메타 쓰레드
- RecyclerView
- 라이브아카데미
- conventional NFR
- 특수문자
- 영어회화
- 파이썬
- endless scrolling
- Firebase
- Realtime Database
- 쓰레드 이미지 다운로드
- Python
- re-engineering
- jenkins
- 젠킨스
- skeleton architecture
- firestore
- 쓰레드 비디오 다운로드
- 이모티콘
- 객치지향프로그래밍
- cloud firestore
- non conventional NFR
- git
- 특수기호
- django
- meta threads
- 직장영어
- 자료구조
- 안드로이드
- Android
Archives
- Today
- Total
목록CI (1)
Owl Life

1. 자바 설치 확인 (링크) 2. apt-get 을 이용하여 Jenkins 설치. 저장소 key 다운로드 및 sources.list에 추가. $ wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - OK $ echo deb http://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list deb http://pkg.jenkins.io/debian-stable binary/ apt-get 업데이트 및 jenkins 설치 $ sudo apt-get update $ sudo apt-get install jenkins ..
Jenkins
2019. 10. 17. 20:37