https://kutar37.tistory.com/entry/Jenkins-Github-%EC%97%B0%EB%8F%99-%EC%9E%90%EB%8F%99%EB%B0%B0%ED%8F%AC-3 위에 방식대로 하면 되지만, 주의를 해야할 점이 있다. 1. github 주소를 입력할때, https://github.com... 이 아니라, git@github.com:아이디/레파지토리.git으로 해야한다. 2. 파이프라인으로 docker로 구성할 때 권한 문제도 주의해야한다. usermod -a -G docker jenkins chmod 664 /var/run/docker.sock service jenkins restart (or systemctl restart jenkins.service)