Comments on: How to Setup Jenkins on CentOS 8 / RHEL 8 https://www.linuxtechi.com/setup-jenkins-on-centos-8-rhel-8/ Tue, 27 Dec 2022 23:56:27 +0000 hourly 1 By: Seb McDonagh https://www.linuxtechi.com/setup-jenkins-on-centos-8-rhel-8/#comment-47329 Tue, 27 Dec 2022 23:56:27 +0000 https://www.linuxtechi.com/?p=11311#comment-47329 Had issues with the versions of Java on a RHEL 8 box and Jenkins now only accepting Java versions 11 or 17.

Used the following commands

/usr/sbin/alternatives –config java and /usr/sbin/alternatives –config javac

to select the right versions of Java.

]]>
By: Fred https://www.linuxtechi.com/setup-jenkins-on-centos-8-rhel-8/#comment-22906 Thu, 25 Mar 2021 01:46:59 +0000 https://www.linuxtechi.com/?p=11311#comment-22906 Thanks… Jenkins Installation worked great for RHEL 8.

]]>
By: Blood Tear https://www.linuxtechi.com/setup-jenkins-on-centos-8-rhel-8/#comment-22726 Mon, 25 Jan 2021 02:20:26 +0000 https://www.linuxtechi.com/?p=11311#comment-22726 [root@vmi371756 ~]# systemctl status -l jenkins
● jenkins.service – LSB: Jenkins Automation Server
Loaded: loaded (/etc/rc.d/init.d/jenkins; generated)
Active: active (exited) since Mon 2021-01-25 03:12:34 CET; 4min 20s ago
Docs: man:systemd-sysv-generator(8)
Process: 2223 ExecStop=/etc/rc.d/init.d/jenkins stop (code=exited, status=0/SUCCESS)
Process: 2237 ExecStart=/etc/rc.d/init.d/jenkins start (code=exited, status=0/SUCCESS)
I got error wwith status is active (exited)

]]>
By: Indra https://www.linuxtechi.com/setup-jenkins-on-centos-8-rhel-8/#comment-21826 Thu, 24 Sep 2020 19:42:20 +0000 https://www.linuxtechi.com/?p=11311#comment-21826 Nice article with good explanation.

]]>