티스토리 뷰
jenkins내에 특정 job에서 빌드완료후 해당 파일을 파일 복사를 하려고 하니 몇가지 어려움에 봉착하였다. 관련 건에 대한 해결방법을 기술하였다.
하위 디렉토리 복사
ant syntex를 안다면 쉽게 해결할 수 있다.
source directory 지정에 **/*와 같이 입력해주니 현재 workspace에 존재하는 파일과 하위 디렉토리가지 복사되었다.
sftp error 발생
jenkins을 통한 scp plugin을 사용하려고 하니 다음과 같이 에러가 발생되었다.
ERROR: Failed to upload files
com.jcraft.jsch.JSchException: failed to send channel request
실제로 해당 서버에 sftp command 로 접속 시도를 해보니
subsystem request failed on channel 0
위와 같은 경우 sshd 설정상에 sftp를 추가해주지 않아서 발생된 문제로 해당 설정만 추가하면 된다.
/etc/ssh/sshd_config 에 다음 설정을 추가하면 된다. (당연히 서버의 설정이다.)
Subsystem sftp /usr/libexec/openssh/sftp-server
설정 추가후 sshd 데몬을 재구동한다.
참고사이트
- https://wiki.jenkins-ci.org/display/JENKINS/SCP+plugin
- http://thegioinguonmo.com/os/linux/sftp-error-subsystem-request-sftp-failed-subsystem.html
- http://ant.apache.org/manual/dirtasks.html#defaultexcludes : ant default fileset
'Server > EtcServer' 카테고리의 다른 글
memory doesn't recognize if memory is added at the slot (0) | 2020.07.01 |
---|---|
Graylog (0) | 2017.10.12 |
wiki engine (0) | 2013.01.04 |
install vmplayer in ubuntu (0) | 2012.08.06 |
OpenLDAP (0) | 2012.05.08 |
- Total
- Today
- Yesterday
- kata container
- jenkins
- socket
- aquasecurity
- mattermost
- OpenStack
- crashloopbackoff
- kubernetes install
- open policy agent
- metallb
- openstack backup
- hashicorp boundary
- nginx-ingress
- macvlan
- Terraform
- azure policy
- Jenkinsfile
- K3S
- GateKeeper
- minikube
- DevSecOps
- kubernetes
- vmware openstack
- openstacksdk
- minio
- ceph
- wsl2
- ansible
- Helm Chart
- boundary ssh
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |