일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MSSQL
- page
- Firebase
- 마우이
- 리엑트
- 플러터
- db
- 파이어베이스
- Binding
- listview
- GitHub
- Animation
- 깃허브
- 함수
- spring boot
- typescript
- AnimationController
- 닷넷
- 애니메이션
- MS-SQL
- 바인딩
- React JS
- 자바스크립트
- 오류
- Flutter
- .NET
- HTML
- Maui
- JavaScript
- MVVM
- Today
- Total
목록DevOps (2)
개발노트
*WebHook을 연결하기전 준비 개발자가 Repository(GitHub)로 Push하면 WebHook이 발생하고 Jenkins가 GitHub에서 발생된 WebHook을 알아차리고 자동으로 빌드하는 기능을 만들어본다. 다만, WebHook을 설정하기 위해서는 Jenkins 주소가 Public해야한다. localhost:Port 로는 WebHook 설정이 불가능하다는 이야기이다. 이를 해결하기 위해 포트포워딩(보안 취약)이나 ngrok(8시간 무료버전), localtunnel같은 툴을 설치하여 localhost를 외부에서 접속할 수 있도록 만들어줘야한다. 그렇다면 그나마 보안에 덜 취약한 localhost 나 ngrok를 외부에서도 접근할 수있도록 미리 설정을 해보자. *localtunnel와 ngrok..
1.Jenkins를 설치하기위해 아래 링크로 들어간다. https://www.jenkins.io/download/ Jenkins download and deployment Jenkins download and deployment The Jenkins project produces two release lines: Stable (LTS) and regular (Weekly). Depending on your organization's needs, one may be preferred over the other. See the links below for more information and recommendations abo www.jenkins.io 2. Window 버전을 클릭한다. 3. 설치파일을 실..