CI CD/Jenkins
[Jenkins] jenkins credential 추가
bbyuk
2023. 7. 30. 22:59
Jenkins에서 github repo에 접근할 수 있도록 credential을 추가해준다.
1. Jenkins 관리 > Credentials > System > Global credentials 메뉴까지 들어와 Add Credential 클릭

2. credential 정보 입력
Kind : Username with password
Scope : Global
Username : ${ github 계정 id }
password : ${ 미리 발급 받아둔 github access token }
id : credential의 식별자로 미 기입시 자동생성
