hudson build 오류
- 작성자 :
- 김*화
- 작성일 :
- 2013-04-25 13:30:41
- 조회수 :
- 1,140
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
CI 서버 세팅 중입니다.
Hudson 프로젝트 생성 후 설정까지 하고 build 해 보았더니 아래같은 에러가 발생합니다.
=================================================================
Started by user admin
Cleaning the workspace because project is configured to clean the workspace before each build.
[Test_Project] $ cvs -Q -z3 -d :pserver:ksh:1234@192.1.5.139:/app3/WEB_SOURCE/PAYROLL_SOURCE/cvs co -P -d workspace -D "Thursday, April 25, 2013 3:29:24 AM UTC"
java.io.IOException: Cannot run program "cvs" (in directory "C:\hudson\HOME\jobs\Test_Project"): CreateProcess error=2, ??d?? Æ???; ?; ¼? ¾ø
at java.lang.ProcessBuilder.start(Unknown Source)
at hudson.Proc$LocalProc.<init>(Proc.java:187)
at hudson.Proc$LocalProc.<init>(Proc.java:157)
...
=================================================================
Hudson에서 Cvsroot 설정 할 때 잘못 한 건지 원인이 뭔지 확신이 없습니다.
Cvsroot= :pserver:ksh:1234@192.1.5.1xx:2417/app3/WEB_SOURCE/PAYROLL_SOURCE/cvs
바쁘시겠지만 도움을 요청드립니다.
감사합니다.
Hudson 프로젝트 생성 후 설정까지 하고 build 해 보았더니 아래같은 에러가 발생합니다.
=================================================================
Started by user admin
Cleaning the workspace because project is configured to clean the workspace before each build.
[Test_Project] $ cvs -Q -z3 -d :pserver:ksh:1234@192.1.5.139:/app3/WEB_SOURCE/PAYROLL_SOURCE/cvs co -P -d workspace -D "Thursday, April 25, 2013 3:29:24 AM UTC"
java.io.IOException: Cannot run program "cvs" (in directory "C:\hudson\HOME\jobs\Test_Project"): CreateProcess error=2, ??d?? Æ???; ?; ¼? ¾ø
at java.lang.ProcessBuilder.start(Unknown Source)
at hudson.Proc$LocalProc.<init>(Proc.java:187)
at hudson.Proc$LocalProc.<init>(Proc.java:157)
...
=================================================================
Hudson에서 Cvsroot 설정 할 때 잘못 한 건지 원인이 뭔지 확신이 없습니다.
Cvsroot= :pserver:ksh:1234@192.1.5.1xx:2417/app3/WEB_SOURCE/PAYROLL_SOURCE/cvs
바쁘시겠지만 도움을 요청드립니다.
감사합니다.
A
안녕하세요. 김상화님.
cvs 실행프로그램을 찾지 못해서 발생된 문제입니다.
hudson 설치 OS 상의 path에 cvs 경로를 포함시키시거나 (hudson을 포함하는 tomcat 재기동 필요)
Hudson 관리 -> Configure System 메뉴에서 CVS 설정을 추가하시면 되실 것 같습니다.
그럼, 즐거운 하루되십시오.
감사합니다.
cvs 실행프로그램을 찾지 못해서 발생된 문제입니다.
hudson 설치 OS 상의 path에 cvs 경로를 포함시키시거나 (hudson을 포함하는 tomcat 재기동 필요)
Hudson 관리 -> Configure System 메뉴에서 CVS 설정을 추가하시면 되실 것 같습니다.
그럼, 즐거운 하루되십시오.
감사합니다.