mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 09:15:55 +03:00
[GH-ISSUE #238] jenkins installation issue on linux ec2 #68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @azharism on GitHub (Feb 11, 2023).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/238
Originally assigned to: @konstruktoid on GitHub.
Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for details.
jenkins.service - Jenkins Continuous Integration Server
Loaded: loaded (/usr/lib/systemd/system/jenkins.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Sat 2023-02-11 20:34:49 UTC; 10s ago
Process: 25165 ExecStart=/usr/bin/jenkins (code=exited, status=1/FAILURE)
Main PID: 25165 (code=exited, status=1/FAILURE)
jenkins.service: main process exited, code=exited, status=1/FAILURE
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: Failed to start Jenkins Continuous Integration Server.
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: Unit jenkins.service entered failed state.
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: jenkins.service failed.
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: jenkins.service holdoff time over, scheduling restart.
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: Stopped Jenkins Continuous Integration Server.
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: start request repeated too quickly for jenkins.service
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: Failed to start Jenkins Continuous Integration Server.
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: Unit jenkins.service entered failed state.
Feb 11 20:34:49 ip-172-31-57-17.ec2.internal systemd[1]: jenkins.service failed.
please help sir to find the solution
@konstruktoid commented on GitHub (Feb 11, 2023):
How is this issue related to this repository?
@azharism commented on GitHub (Feb 11, 2023):
i am installing jenkinns on ec2 linux machine and facing this isuue
@azharism commented on GitHub (Feb 11, 2023):
sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
amazon-linux-extras install epel
amazon-linux-extras install java-openjdk11
using the above command facing issue kindly help to fix it
@konstruktoid commented on GitHub (Feb 11, 2023):
Sorry, this hasn't got anything to do with this repository.