github에 있는 프로젝트를 카피해서 젠킨스설정을 하고싶다.
인텔리제이 new project
get from vcs 기존 프로젝트 url
rm -rf .git
git init
git remote remove origin
git remote add origin https://github.com/gimyojun/deploy-23-12-22.git
git add .
git commit -m "copy project"
git push origin main
웹 훅을 걸어준다
프로젝트 카피후 설정을 다시 잡아줘야한다.
https://dev-emmababy.tistory.com/139