일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- cors
- mysql 다국어
- com.netflix.zuul.exception.ZuulException: Hystrix Readed time out
- IOT
- Hystrix Read time out
- ArrayList
- db utf8
- mqtt
- mysql 한국어
- emqx
- 크로스도메인
- mariadb 다국어
- message protocol
- mosquitto
- HashMap
- Access-Control-Allow-Origin
- #MSA
- xrdp
- 원격
- mariadb 한국어
- TreeMap
- com.netflix.zuul.exception.ZuulException
- backtracking
- Set
- CORS policy: No 'Access-Control-Allow-Origin'
- #spring boot
- mstsc
- #spring boot admin
- java collection
- #actuator
- Today
- Total
목록IT_Infra/CI CD (2)
miin29na
Jenkins 에서 FTP 를 이용한 배포 Jenkins 서버에서 -> Ubuntu 가 설치된 원격 서버에 iot_package 전체 packaging 된 결과물을 배포하려 한다. 1. FTP, SSH 서버 설정1.1 FTP 설정Jenkins 웹브라우저 왼쪽 메뉴에서 Jenkins 관리 선택, Plugin 관리에서 "Publish Over FTP" 을 설치 한다.Jenkins 관리 -> 시스템 설정 선택Publish over FTP FTP Server : 임의의 이름 입력Hostname: ubuntu 서버 hostusername: ubuntu 서버 IdPassword : ubuntu 계정 PasswordRemote Directory : /home/miin29na1.2 SSH 설정Jenkins 웹브라우저 ..
Jenkins(젠킨스) 란? Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software.Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed. 설치 Linux(Ubuntu18.04) Jenkins 설치기본 설정 파일Jenkins 시작/정지Je..