<echo message="### WAS STOP ###" />
<sshexec host="${dev.was.ip}"
username="${dev.was.user}"
password="${dev.was.pass}"
trust="yes"
failonerror="no"
command="${dev.tomcat.dir}/stop.sh > /dev/null" />
<sleep milliseconds="30000"/>
<echo message="### WAS START ###" />
<sshexec host="${dev.was.ip}"
username="${dev.was.user}"
password="${dev.was.pass}"
trust="yes"
failonerror="no"
command="${dev.tomcat.dir}/start.sh > /dev/null" />
배포 후 톰캣 재기동 해주는 스크립트
'CI_CD > ant' 카테고리의 다른 글
[ant] tar 테스크 정리 문서 (0) | 2021.07.15 |
---|---|
[ant] scp 옵션 참고 문서 (0) | 2021.04.22 |
[ant] jenkins choice parameter로 target 분기하기 (0) | 2020.12.18 |
[ant] 쉘에 출력된 문자 변수에 저장하기 (0) | 2020.10.13 |
[ant] 변수 수정하기(propertyregex) (0) | 2020.07.03 |