Reputation: 1
I am trying to connect AWS EC2 instance to jenkins server but the public ip address is not loading. i have also added inbound rules on port 8080 but the problem is same. enter image description here enter image description here
I added security group in inbound rules but the problem is same
Upvotes: 0
Views: 278
Reputation: 11
Verify your Jenkins is running on EC2
systemctl status jenkins
Then try allowing all traffic in the security group inbound rule and check.
Try restarting the Jenkins systemctl restart jenkins
Upvotes: 0
Reputation: 26
systemctl status jenkins
http://<public_ip:8080
Upvotes: 1