Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Labels:
-
Environment:jenkins:~ # uname -a
Linux jenkins 4.1.34-33-default #1 SMP PREEMPT Thu Oct 20 08:03:29 UTC 2016 (fe18aba) x86_64 x86_64 x86_64 GNU/Linux
jenkins:~ # cat /etc/os-release
NAME="openSUSE Leap"
VERSION="42.1"
VERSION_ID="42.1"
PRETTY_NAME="openSUSE Leap 42.1 (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:42.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
jenkins:~ # uname -a Linux jenkins 4.1.34-33-default #1 SMP PREEMPT Thu Oct 20 08:03:29 UTC 2016 (fe18aba) x86_64 x86_64 x86_64 GNU/Linux jenkins:~ # cat /etc/os-release NAME="openSUSE Leap" VERSION="42.1" VERSION_ID="42.1" PRETTY_NAME="openSUSE Leap 42.1 (x86_64)" ID=opensuse ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:opensuse:42.1" BUG_REPORT_URL=" https://bugs.opensuse.org " HOME_URL=" https://opensuse.org/ " ID_LIKE="suse"
-
Similar Issues:
Description
Retrieving the jenkins rpm package for OpenSUSE fails when you run "zypper update" or "zypper install".
Retrieving package jenkins-2.28-1.2.noarch (1/15), 66.7 MiB ( 66.9 MiB unpacked) Retrieving: jenkins-2.28-1.2.noarch.rpm .....................................................................................................................................[error] Download (curl) error for 'https://pkg.jenkins.io/opensuse/jenkins-2.28-1.2.noarch.rpm': Error code: Bad URL Error message: Protocol "http" not supported or disabled in libcurl
We're using the official repository (taken from https://pkg.jenkins.io/opensuse/):
# | Alias | Name | Enabled | GPG Check | Refresh | URI
3 | jenkins | jenkins | Yes | (r ) Yes | Yes | https://pkg.jenkins.io/opensuse/
The easiest way to reproduce/test this would be to execute:
jenkins:~ # zypper in "https://pkg.jenkins.io/opensuse/jenkins-2.28-1.2.noarch.rpm"
This will return the same error.
P.S. Watchout for zypper cache - run "zypper clean" every now and then.