etc.
[jenkins] jenkins batch
닉의네임
2023. 4. 21. 11:35
반응형
젠킨스에 로그인 해보자

탭별로 배치스케쥴이 등록되어 있는걸 확인 할 수 있다.

스케쥴을 클릭해서 들어오면 아래와 같은 화면이 나오는데 build history, 하위프로젝트(빌드후 조치 - 트리거) 등등


빌드 파라미터를 확인해보자






java -jar -Dfile.encoding=UTF-8 -Dspring.profiles.active=${profile} -Dcrawler.common.max-thread-count=2 ${jar_path}/${project}.jar -i ${icommand} -t ${tcommand} -m ${mcommand}

반응형