Load To Technical Architect
[Jenkins] Send build artifacts over SSH 파일 전송 안됨 본문
728x90
현상 : Jenkins 프로젝트 구성을 제대로 했다고 생각했지만 콘솔 출력에서 확인해보면 SSH: Transferred 0 file(s) 로그가 남으며 빌드된 파일이 원격 서버에 전송이 안됨
해결 : Source files 경로는 workspace 상대경로로 적어야한다.
만약 workspace를 확인했을 때 상위 폴더가 하나 더 있다면 Source files 경로를 '상위폴더/target/*.jar' 로 해야한다.
728x90
'삽질 모음' 카테고리의 다른 글
[Jeus] JeusServer.log에 Java Application log가 기록이 안됨 (0) | 2022.05.17 |
---|---|
[Jeus] Data Source에서 SQL Server 연결시 발생하는 SSL 에러 해결 (0) | 2022.05.03 |
[Jenkins] sudo: no tty present and no askpass program specified (0) | 2022.01.21 |
[Jenkins] Could not initialize class org.eclipse.jgit.internal.storage.file.FileSnapshot (0) | 2021.10.26 |
[Oracle] ORA01017 - invalid username and password logon failed (0) | 2021.01.13 |
Comments