첫소식입니다.
*젠킨스 재시작
중지
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
시작
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
*젠킨스 포트번호 변경(기본 8080포트를 사용하기에 바꾸는 것을 추천)
sudo defaults write /Library/Preferences/org.jenkins-ci.plist httpPort 9000
(참고 페이지 : https://wiki.jenkins-ci.org/display/JENKINS/Thanks+for+using+OSX+Installer)
출처: http://nahosung.tistory.com/61 [nahos]
=⇒ jenkins-lts Note: When using launchctl the port will be 8080.
To restart jenkins-lts after an upgrade:
brew services restart jenkins-lts
Or, if you don't want/need a background service you can just run:
/usr/local/opt/openjdk@17/bin/java -Dmail.smtp.starttls.enable\=true -jar /usr/local/opt/jenkins-lts/libexec/jenkins.war --httpListenAddress\=127.0.0.1 --httpPort\=8080