본문 바로가기

Infra16

Jenkins - How to get and use upstream info in downstream https://stackoverflow.com/questions/39207924/jenkins-how-to-get-and-use-upstream-info-in-downstream Jenkins - How to get and use upstream info in downstream Executing upstream job called "A". On success of A executing test cases which is downstream project "B". But while sending mail from B we have to incorporate upstream project details (upstream proj... stackoverflow.com 2022. 9. 29.
특정 파일만 특정 commit 시점으로 되돌리기 https://computer-science-student.tistory.com/490 [Git] 특정 파일만 되돌리기 Git 특정 파일만 되돌리기 프로젝트를 진행하다가 작업 내용이 꼬이거나 하면 최근 커밋으로 초기화시킬때 보통 git reset --hard HEAD 명령어를 사용한다. 하지만 모든 작업 내용을 초기화하지 않고 computer-science-student.tistory.com git checkout 2022. 9. 29.
Git submodule https://git-scm.com/book/ko/v2/Git-%EB%8F%84%EA%B5%AC-%EC%84%9C%EB%B8%8C%EB%AA%A8%EB%93%88 Git - 서브모듈 gitmodules 파일에 있는 URL은 조건에 맞는 사람이면 누구든지 Clone 하고 Fetch 할 수 있도록 접근할 수 있어야 한다. 예를 들어 다른 사람이 Pull을 하는 URL과 라이브러리의 작업을 Push 하는 URL이 서로 git-scm.com 2022. 6. 23.
리눅스 환경별수 설정 및 해제 https://www.leafcats.com/201 리눅스 환경변수 설정 및 해제하기 리눅스 bash 쉘에서 환경변수를 설정하고 해제하는 방법에 대한 정리이다. 1. 환경변수 임시 적용(export) $ export 환경변수명=값 예를들어 TOMCAT_HOME이라는 환경변수를 /usr/lib/tomcat/tomcat1.8/ 로 지정하. www.leafcats.com 2022. 6. 23.