Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for details

its good now.
I removed jenkins.repo using

// [root@jenk yum.repos.d]# sudo rm -r jenkins.repo (to remove jenkins.repo)
later i did
[root@jenk yum.repos.d]# sudo wget -O /etc/yum.repos.d/jenkins.repo \
https://pkg.jenkins.io/redhat-stable/jenkins.repo

now its not throwing any errors…
Its fine now

1 Like