11 02 2019
Jenkins / Nexus Setting
- Jenkins Install – https://nesoy.github.io/articles/2017-02/Jenkins
- Nexus Install – https://blog.kingbbode.com/posts/nexus-3xx-maven-npm
- Nexus 3.xx실행
1) run
run으로 실행 시에는 현재 shell 상에서 구동되므로 shell을 종료 하거나 CTOL-C를 클릭하여 종료 할 수 있다.
윈도우: 명령 프롬프트 상에서 실행
c:/nexus/nexus-3.11.0-01/bin/nexus.exe /run
리눅스:
./nexus run
2) start/stop
백그라운드로 실행 시에는 다음과 깉이 start 명령을 사용하고 종료 시에는 stop 명령을 사용한다.
윈도우: 명령 프롬프트 상에서 실행
nexus.exe /start
nexus.exe /stop
리눅스:
./nexus start
./nexus stop
그외에도 restart, force-reload, status 명령이 제공된다.
- 2.xx 실행