linux/ubuntu
[ubuntu] Jenkins 설치 및 포트 변경
코더와개발자사이
2016. 5. 6. 17:26
Installation
Upgrade
Once installed like this, you can update to the later version of Jenkins (when it comes out) by running the following commands:
What does this package do?
- Jenkins will be launched as a daemon up on start. See /etc/init.d/jenkins for more details.
- The 'jenkins' user is created to run this service.
- Log file will be placed in /var/log/jenkins/jenkins.log. Check this file if you are troubleshooting Jenkins.
- /etc/default/jenkins will capture configuration parameters for the launch like e.g JENKINS_HOME
- By default, Jenkins listen on port 8080. Access this port with your browser to start configuration.