ant build script로 쉘에 출력되는 문자를 특정변수에 담는방법을 알아보자
<sshexec host= "서버ip"
username= "로그인id"
password= "로그인pw"
command= "명령어"
trust="true"
outputproperty= "결과를 담을 변수" />
이렇게 해놓고 만약 결과를 담을 변수가 "temp" 였다면
결과를 만약 해당 build script에서 ${temp}로 결과를 담은 변수를 사용할 수 있다.
이걸 잘 사용하면 비교적 제약사항이 많은 build script를 무궁무진하게 활용할 수 있다.
'CI_CD > ant' 카테고리의 다른 글
[ant] scp 옵션 참고 문서 (0) | 2021.04.22 |
---|---|
[ant] tomcat 재기동 스크립트 (0) | 2021.04.02 |
[ant] jenkins choice parameter로 target 분기하기 (0) | 2020.12.18 |
[ant] 변수 수정하기(propertyregex) (0) | 2020.07.03 |
[ant] foreach 사용법 (0) | 2020.05.18 |