连接到 pkg.jenkins.io 正在从 Oracle 云引发无法访问 [已关闭]

Connecting to pkg.jenkins.io is throwing Not Reachable from Oracle Cloud [closed]

提问人:Arindam 提问时间:11/17/2023 最后编辑:Arindam 更新时间:11/17/2023 访问量:17

问:


这个问题似乎不是关于特定的编程问题、软件算法或程序员主要使用的软件工具。如果您认为该问题在另一个 Stack Exchange 站点上是主题,您可以发表评论以解释该问题可能在哪里得到回答。

6天前关闭。

我正在尝试在 Oracle Cloud Compute Instance 中安装 Jenkins。在以下步骤中,我们将收到“连接超时”:

sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo

对于代理设置,我也尝试过,但面临相同的错误:

sudo wget -e use_proxy=yes -e http_proxy=proxy_server_url:port -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo
--2023-11-17 11:12:44--  http://pkg.jenkins.io/redhat-stable/jenkins.repo
Resolving pkg.jenkins.io (pkg.jenkins.io)... xxx.xxx.xxx.xxx
Connecting to pkg.jenkins.io (pkg.jenkins.io)|xxx.xxx.xxx.xxx|:80... failed: Connection timed out.
Connecting to pkg.jenkins.io (pkg.jenkins.io):80... failed: Cannot assign requested address.
Retrying.

--2023-11-17 11:14:57--  (try: 2)  http://pkg.jenkins.io/redhat-stable/jenkins.repo

请注意:我已在计算实例中添加了所需的入口规则。

有人可以建议我使用代理服务器设置来如何通过命令行传递代理吗?

Jenkins 虚拟机 wget oracle-cloud-infrastructure

评论


答: 暂无答案