일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- javascript
- depends_on
- Django
- 갓재석
- DB
- Spring
- AWS
- depends
- AWS S3
- 코딩테스트
- python all testcode
- 프로그래머스
- 재귀함수가 뭔가요
- classproperty
- 우아한 테크코스 2차 합격
- github
- TypeError: 'property' object is not iterable
- MySQL server on 'db' (115)
- classmethod
- springboot 3.0.0
- OperationalError
- S3
- python
- docker-compose
- 우아한테크코스 2차
- docker
- 2차 코딩테스트
- EC2
- METACLASS
- github skyline
Archives
hanbin.dev
[Jenkins] Jenkins 설치 in ubuntu 본문
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
echo deb http://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
apt-get update
apt-get install jenkins