摘要: 本篇介绍了如何在linux服务器上安装jenkins 一:使用war安装 官网地址:https://jenkins.io/doc/ Guided TourThis guided tour will use the "standalone" Jenkins distribution which requires a minimum of Java 7, though Java 8 is recommended. A system with more than 512MB of RAM is also recommended.
二:使用系统安装包 官网地址:https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions On RPM-based distributions, such as Red Hat Enterprise Linux (RHEL), CentOS, Fedora or Scientific Linux, you can install Jenkins through yum. Recent versions are available in a YUM repository. InstallationAdd the Jenkins repository to the yum repos, and install Jenkins from here.
Installation of a stable versionThere is also a LTS YUM repository for the LTS Release Line
Installation of JavaJenkins requires Java in order to run, yet certain distros don't include this by default. To install the Open Java Development Kit (OpenJDK) run the following: sudo yum install java Note: If running CentOS, ensure you follow the guide below. Start/Stop
Note: if you get the following error message, ensure that Java has been installed: Starting jenkins (via systemctl): Job for jenkins.service failed. See 'systemctl status jenkins.service' and 'journalctl -xn' for details. What does this package do?
Disable the firewallfirewall-cmd --zone=public --add-port=8080/tcp --permanent firewall-cmd --list-all Important Note on CentOS JavaJenkins requires Java in order to run, however yum install jenkins does not enforce that java is already installed. Check to make sure that you already hava java installed by running java -version. To further make things difficult for CentOS users, the default CentOS version of Java is not compatible with Jenkins. Jenkins typically works best with a Sun implementation of Java, which is not included in CentOS for licensing reasons. If you get output similar to the following, it means you're using the default (GCJ) version of Java, which will not work with Jenkins: java -version To correct this, you may need to remove the GCJ version of Java and install a Sun-compatible version. If you received the above output, uninstall the default java: yum remove java Then after you've uninstalled Java (or if you didn't have Java installed at all to begin with). You need to install a Sun-compatible version of Java. The easiest approach is using OpenJDK, which is available through the EPEL repository (alternatively you may install an official RPM directly from Oracle). To install OpenJDK run the following: yum install java-1.7.0-openjdk Depending on your version of CentOS, the package name for OpenJDK may differ. Use yum search openjdk to check for the name of the package. If OpenJDK is not found at all through yum, you probably need to install the EPEL yum repository. After installation, you should be able to get the following output for java -version: java -version |
相关文章
- 11-19flir相机在xavier上安装教程
- 11-19在Apache服务器上安装SSL证书
- 11-19windows在已有python3的基础上安装python2
- 11-19无法在macOS Sierra上安装wxPython
- 11-19教程|Anaconda在Windows上安装及使用
- 11-19在MacOS上安装Spyder / Python-非常令人沮丧
- 11-19【第013篇】Jenkins之windows上安装Jenkins
- 11-19在树莓派4B上安装Visual Studio Code
- 11-19TensorFlow在树莓派4B上安装后报错HadoopFileSystem load error的解决方法
- 11-19DELPHI 10 SEATTLE 在OSX上安装PASERVER