colleague wants to play with jenkins on a fully-updated fedora 30 system, so i figured i'd give it a shot on my similar system, with puzzling non-results.
in short:
1) install jenkins 2) "systemctl start jenkins" 3) temporarily disable firewalld, just for testing 4) attempt to browse to "localhost:8080"
i would have thought that would at least get me to the jenkins webapp but ...
"This site can’t be reached localhost refused to connect."
jenkins appears to be running:
● jenkins.service - Jenkins continuous build server Loaded: loaded (/usr/lib/systemd/system/jenkins.service; enabled; vendor preset: disabled) Active: active (running) since Fri 2019-08-23 06:19:07 EDT; 6s ago Process: 10779 ExecStart=/usr/libexec/jenkins/jenkins start (code=exited, status=0/SUCCESS) ... etc etc ...
netstat shows listening on port 8080, and so on.
i'm about to start checking logs but, normally, getting something like jenkins running is a few seconds worth of:
1) install 2) systemctl start
so while i'm poking around log files, anyone else got jenkins running, at least to the point of browsing to localhost:8080 to get to the webapp?
rday