Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- g++ 업데이트
- InfluxDB
- c3 축 가리기
- c3 초
- c3 축 없애기
- centos pyhon 설치
- influxdb 설치
- regex_search
- 정규식 활용
- gcc regex
- telegraf
- c++ 정규식
- python popen
- linux시간으로 변경
- c3 step graph
- subporcess path
- 정규식 컴파일
- c3 second
- python subprocess
- 백준
- semanage
- selinux port 등록
- gcc 업데이트
- grafana dashboard
- 1697
- 정규식 문자열 출력
- CentOS7
- snmp
- snmp test
- python os
Archives
- Today
- Total
리셋 되지 말자
[Github Action] How self-hosted runner communicate with github? 본문
CI CD
[Github Action] How self-hosted runner communicate with github?
kyeongjun-dev 2023. 2. 11. 15:32self-hosted runner를 private 네트워크에 설치했는데 어떻게 github랑 통신을 할까 궁금했는데, long poll 방식으로 지속적으로 https 요청을 보낸다고 한다.
https://stackoverflow.com/questions/64457842/how-does-github-action-self-hosted-runner-work
'CI CD' 카테고리의 다른 글
[Jenkins] DSL을 이용한 Job 생성 (0) | 2022.12.19 |
---|---|
[Github Action] Workflow State based Self-Hosted Runner AutoScaling (AWS) (0) | 2022.11.20 |
[argocd] GitHub repository 연동 배포 (0) | 2022.10.06 |
[Jenkins] 동적 변수를 젠킨스 파라미터로 이용하기 (0) | 2022.09.26 |
[Jira] Epic, Issue, User Story 등의 차이 (0) | 2022.09.21 |
Comments