If you want to run Jenkins locally on Mac OS X and change default port 8080 you have to change httpPost parameter using following command:
After that you have to restart Jenkins:sudo defaults write /Library/Preferences/org.jenkins-ci.plist httpPort 9000
Thats it.sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
Keine Kommentare:
Kommentar veröffentlichen