Re: My VPS cannot connect to jenkins.io and its Mirrors

2022-10-10 Thread M Fachmi Rizal
Thank you @all for your responses..
I ended up with offline installation for jenkins plugin... because my VPS 
vendor cannot fullfill my requirement,, It's clearly network /  
connectivity issue.

Rizal

On Monday, October 10, 2022 at 8:51:37 PM UTC+7 RajM wrote:

> It’s basically a network or connectivity issue, most corporate Linux 
> systems  are Customized repos which are not allowed to connect out of the 
> box repos or urls as default. Either way you would need to to communicate 
> this with your system admin and network admins for a bypass if this are 
> POCs or if you are on a prod you would have to raise a request to your 
> admins.
>
> On Mon, 10 Oct 2022 at 5:49 PM, M Fachmi Rizal  
> wrote:
>
>> Greetings , 
>> I tried to install jenkins in my new VPS from Contabo.. but when 
>> executing "sudo apt-get install jenkins" it said cannot connect to the 
>> jenkins mirror and failed... when I test to ping the jenkins.io from 
>> terminal using "ping -v jenkins.io" it doesnt return anything.. 
>> but in my other VPS and local computer, installing jenkins and ping 
>> jenkins.io work flawlessly...
>> today i tried to install jenkins manually from deb file and it work.. but 
>> I cannot install the plugin because it says it cannot connect to the 
>> server..
>> I tried to contact the customer service, but they can't help because this 
>> is technical issue.
>> Please help me, I also attach the images
>> Sorry for my bad english..
>>
>> Thanks,
>> Rizal
>>
>> [image: ping 2.PNG][image: ping 1.PNG]
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-use...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/6b248882-087a-4e10-a723-8fb20ab6bcf6n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1f85f97b-87e6-4e6f-bd39-ebe8b19a85c1n%40googlegroups.com.


Re: jenkins issue

2022-10-10 Thread Mithun Raj
1. Update your OS,

2. Check if the Git credentials are injected correctly,
If running from bastion host or jump box make sure your git hub or
enterprise hostnames and IP are updated (ask git admin) in the hosts file
under /etc/hosts

3. Update—env is the Git global env for git
You can either set or unset those in your Linux machine it’s your Git ID
and pass which you can set as global access. not recommended if you have
set it under Jenkins credentials.


On Mon, 10 Oct 2022 at 5:49 PM, pooja pooja  wrote:

> in jenkins am getting below error
> New release '22.04.1 LTS' available. Run 'do-release-upgrade' to upgrade
> to it.
>  fatal: could not read Username for 'https://github.com': No such device
> or address
>  Use --update-env to update environment variables
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/cec7b2ee-88ba-417d-be66-95d4954dbbfen%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANwMLksgv3L6S%2BGdZmXxq0fw8eOCJ_HW-3sbRqpDhnqsB6X71A%40mail.gmail.com.


Re: jenkins issue

2022-10-10 Thread Mark Waite


On Monday, October 10, 2022 at 6:19:34 AM UTC-6 Pooja wrote:

> in jenkins am getting below error
> New release '22.04.1 LTS' available. Run 'do-release-upgrade' to upgrade 
> to it.
>

That message is displayed when you're running an older version of Ubuntu, 
like 20.04 or 18.04.  They are trying to encourage you to upgrade so that 
you can remain on a supported operating system version.
 

>  fatal: could not read Username for 'https://github.com': No such device 
> or address
>

https://stackoverflow.com/questions/40274484/fatal-could-not-read-username-for-https-github-com-device-not-configured
 
indicates that usually means you're not using a credential with an HTTPS 
private git repository.  A credential is required and the credential has 
not been provided or is no longer valid.

 Use --update-env to update environment variables
>

Sorry, I don't recognize that message

Mark Waite

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f80d74f9-adc5-4f70-a488-9a858a09dfb1n%40googlegroups.com.


jenkins issue

2022-10-10 Thread pooja pooja
in jenkins am getting below error
New release '22.04.1 LTS' available. Run 'do-release-upgrade' to upgrade to 
it.
 fatal: could not read Username for 'https://github.com': No such device or 
address
 Use --update-env to update environment variables

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cec7b2ee-88ba-417d-be66-95d4954dbbfen%40googlegroups.com.