We will use the Linux (CentOS Linux - Version 8) for this article and the Jenkins version 2.238
First, open a web browser and type the Jenkins server IP with port 8080 to check whether you can access the Jenkins web interface without any issue. probably you will get an error like this.
Double-check the IP of the server is correct and you have entered the port correctly.
URL Should be like below example
http://192.168.215.3:8080/
Note: The default Jenkins installation runs on ports 8080 and 8443
If the IP Address of the server and the port is all good, then we have to check the problem from the Jenkins server end.
01. Check whether Jenkins is running on the server.
#sudo server jenkins status02. Check port 8080 is allowed from the firewall
03. Change the Listen address in the Jenkins configuration file.
Restart the Jenkins service.
04. Finally, check whether you can access the Jenkins server now.
From the remote server
No comments:
Post a Comment