You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<VirtualHost *:80>
ServerName HOSTNAME
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost on
ProxyPass / http://localhost:8080/
</VirtualHost>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Err:1 http://pkg.jenkins-ci.org/debian binary/ jenkins ...
Connection failed
E: Failed to fetch http://pkg.jenkins-ci.org/debian/binary/jenkins_..._all.deb Connection failed
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
If anyone facing the above error. Please use the following commands instead while installing Jenkins:
If anyone facing the above error. Please use the following commands instead while installing Jenkins:
If you still facing issues while installing Jenkins, you can directly download it from there website: https://pkg.jenkins.io/debian-stable/
Cheers!!