转:centos7搭建jenkins小记 转自:https://segmentfault.com/a/1190000007086764 安装java环境 1.查看服务器版本 centos7,继续. cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) 2.安装java yum install java 但对于centos有个问题,不可以安装成gcj(GNU Compiler for the Java Programing Lan…