Bitbucket pre-receive 훅
Bitbucket pre-receive 훅 (pre-receive hook)
Bitbucket Server에서 pre-receive 훅을 만들 때 권장되는 방법은 Java API를 사용하는 것이에요. 다만 현재 시점에는 이 방식이 지원되지 않아요.
출처: 문서
본문
메모: Bitbucket Server에서 훅 플러그인을 만들 때 권장되는 방법은 Java API를 사용하는 것이지만, 현재는 지원되지 않아요.
먼저 다음 항목들이 서버에 업로드되어 있어야 해요:
- vault-radar CLI 실행 파일.
- 유효한 Vault Radar 라이선스.
- 설정 파일(config file).
- 훅 스크립트(hook script).
여러분의 Bitbucket 버전과 배포 모델을 지원하는 더 자세한 내용은 Bitbucket 문서를 참조해 주세요.
더 알아보기 (Learn more)
- pre-receive 훅 개요 — pre-receive 훅의 전체 개념을 확인해요.
- GitHub pre-receive 훅 — GitHub에서 훅을 설정하는 방법을 살펴봐요.
- GitLab pre-receive 훅 — GitLab에서 훅을 설정하는 방법을 살펴봐요.