Re: Running Jenkins as a Service in RHEL 8

2022-12-06 Thread eric....@gmail.com
Requesting this conversation to be deleted because I accidentally let a machine name in without scrubbing it. Thanks! On Monday, December 5, 2022 at 8:54:21 AM UTC-7 eric@gmail.com wrote: > Not sure changing the home directory is the answer. I think the true > answer resides in how to all

Re: Running Jenkins as a Service in RHEL 8

2022-12-05 Thread eric....@gmail.com
Not sure changing the home directory is the answer. I think the true answer resides in how to allow the jenkins service to run in SELINUX... On Monday, December 5, 2022 at 8:45:42 AM UTC-7 slide wrote: > Jenkins switched to systemd "recently" check this page for how to change > env variables a

Re: Running Jenkins as a Service in RHEL 8

2022-12-05 Thread Alex Earl
Jenkins switched to systemd "recently" check this page for how to change env variables and such https://www.jenkins.io/doc/book/system-administration/systemd-services/ On Mon, Dec 5, 2022 at 8:40 AM eric@gmail.com wrote: > Changing the JENKINS_HOME directory in that config file didn't work.

Re: Running Jenkins as a Service in RHEL 8

2022-12-05 Thread eric....@gmail.com
Changing the JENKINS_HOME directory in that config file didn't work. I got the same error some it's using that link somewhere else... Thanks, Eric On Monday, December 5, 2022 at 8:09:31 AM UTC-7 eric@gmail.com wrote: > Hi All, > > I'm running into an issue running Jenkins as a service in R