Jenkins에서 .NET프로그램 빌드를 위해서는 MSBuild 플러그인 설치가 별도로 필요함
Install시, Download progress 페이지가 나오게 되고,
설치가 끝나고 실행중인 작업이 없으면 Jenkins재시작을 클릭하면 Jenkins가 재시작이 되면서 로그인창이 뜸 .
Plugin이 설치된것을 확인할 수 있음.
Visual 2022를 사용중이라면, C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe 를 설정할 수 도 있음
Command Line Arguments에서 특정 프로젝트만 빌드시킨다던지, 특정 프로젝트 제외등의 프로젝트 빌드 옵션에 대한 Command를 입력할 수 있음.
'Languages&Library > Jenkins' 카테고리의 다른 글
Jenkins SonarQube 연동 (0) | 2023.11.13 |
---|---|
aborted because it references a local directory, which may be insecure. You can allow local checkouts anyway by setting the system property (0) | 2023.11.06 |
Jenkins 빌드 후 조치 추가 (0) | 2023.11.06 |
Jenkins에서 프로젝트 만들고 설정하기 (0) | 2023.11.06 |
Window 에서 Jenkins설치 (0) | 2023.11.06 |