Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 부모창
- replace
- install
- Oracle
- Eclipse
- 일괄변경
- smarty
- 한글 깨짐
- jQuery
- SVN
- TPL
- MySQL
- Python
- 확장자
- docker
- Postfix
- random
- 천단위
- php
- ubuntu
- i18n
- TextBox
- centos
- RabbitMQ
- JavaScript
- yum
- 문자열자르기
- Selectbox
- mariadb
Archives
- Today
- Total
목록젠킨스 원격지 메이븐 (1)
wilson's story
[Jenkins] 원격지에서 Maven 빌드를 할때
Jenkins 세팅에서 원격지 서버에서 Maven을 빌드 해서 적용하고 싶을 경우가 있다 기본적으로 Ubuntu 터미널에서 Maven 사용할때는 mvn clean package 하면 ./target 폴더가 생성되면서 완료 되지만 Jenkins에서 Build Steps 에서 Send files or execute commands over SSH 하위에 Exec command 에서 사용하려면 ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [127]] Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE..
Java
2023. 5. 25. 15:28