320x100
320x100

개요

: 2021년 8월 13일 부로 private 레포지터리에 대해 ID와 PW로 인증을 할 수 없게되어,

  깃 토큰으로만 인증이 가능하게 되어 나타나는 경고문구

 

 

 

 

※ 참고 - 젠킨스와 깃허브 연동방법

: https://2mukee.tistory.com/239

 

github와 jenkins 연동하기

1. 깃허브 - 세팅 2. 좌측 메뉴에서 Developer settings 클릭 3. Personal access tokens 클릭 4. generate new token을 통해 새로운 토큰 생성 5. 토큰의 이름 설정 6. 젠킨스가 요구하는 scope 설정 7...

2mukee.tistory.com

 

 

 

 

 

1. 깃허브 토큰 생성

: 깃허브 > 우측 상단 프로필 > Settings > Developer Sttings

: Personal access tokens > Generate new Token

: 레포지터리에 대한 권한 설정 후 Generate token 

 

 

 

 

 

2. 키 복사

: 키 복사 후 젠킨스 프로젝트 설정으로 이동

 

 

 

 

 

 

3. 젠킨스 깃허브 프로젝트 url 설정

: Repository URL에 다음과 같이 입력 

https://토큰키@github.com/프로젝트명/레포지터리명

 

 

 

 

 

 

 

 

 

Refference

 

Jenkins - Github Plugin - Using Personal Access Token post Aug13 update not working with url change

We were using Github plugin with Username and password credentials so far in our Jenkins setup. However, after Aug 13th, this stopped working giving the error - stderr: remote: Support for password

stackoverflow.com

 

300x250
728x90