Re: Plugin Installs Failing

2020-02-03 Thread Markus Boos
We had a similar error (failed to download plugins) last week (see my post in this list) and it occurred several times on our instances. Am Di., 4. Feb. 2020 um 03:36 Uhr schrieb Steve Rogers < steve.cg...@gmail.com>: > That was my first guess too. I tried with both. > > On Mon, Feb 3, 2020 at

Re: About recommended RAM memory limit for Jenkins master docker for k8s deployment

2020-02-03 Thread Mahesh Wabale
I am able to free cache memory for Jenkins master pod docker container . As per docker image behaviour its taking resources from k8s node where it is deployed . You can verify memory usage by below commands from docker container . bash-4.4$ cat /sys/fs/cgroup/memory/memory.limit_in_bytes

hardware tests using jenkins pipeline without using typical labels for nodes

2020-02-03 Thread touseef
Can anyone help how Can i run the tests on actual hardware by making use of jenkins pipeline and docker.Traditionaly i am aware we can label the slaves connected to hardware and the tests will be executed accordingly. Any help in of running the tests using docker and the pipeline will be

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
That was my first guess too. I tried with both. On Mon, Feb 3, 2020 at 7:22 PM Jan Monterrubio wrote: > > Could it be an http vs https problem? We had some of those with maven > before. > > On Mon, Feb 3, 2020 at 16:05 Steve Rogers wrote: > >> I'll give that a try. I believe

Re: Plugin Installs Failing

2020-02-03 Thread Jan Monterrubio
Could it be an http vs https problem? We had some of those with maven before. On Mon, Feb 3, 2020 at 16:05 Steve Rogers wrote: > I'll give that a try. I believe /opt/tomcat/.jenkins was the default. I > then just linked that to /home/jenkins. Our old system where I am getting > the same

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
I'll give that a try. I believe /opt/tomcat/.jenkins was the default. I then just linked that to /home/jenkins. Our old system where I am getting the same error is a windows install, so it seems more likely something in our network. Thanks for your help. On Mon, Feb 3, 2020 at 3:32 PM Mark

Re: Plugin Installs Failing

2020-02-03 Thread Mark Waite
That's surprising. Could you check the permissions from inside Jenkins by creating a freestyle job that runs on master and attempts to create and delete a file named /opt/tomcat/.jenkins/plugins/script-security.jpi.tmp ? For me, the directory name '/opt/tomcat/.jenkins/' is surprising. Most

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
Yes, plenty of space and permissions are correct. I should have added in the original that I can install manually by downloading the plugin file directly and then uploading into jenkins. On Mon, Feb 3, 2020 at 2:50 PM Mark Waite wrote: > It may be worth checking the directory permissions to

Re: Plugin Installs Failing

2020-02-03 Thread Mark Waite
It may be worth checking the directory permissions to confirm that the Jenkins user can still write to that directory. You may also want to check that the disc has available free space and available inodes to allow new files to be created. On Mon, Feb 3, 2020 at 3:42 PM Steve Rogers wrote: >

Re: Equivalent actions for what Xvfb plugin is doing

2020-02-03 Thread Mark Waite
On Mon, Feb 3, 2020 at 3:42 PM Gajanan Mahajan wrote: > I was having problems running Selenium tests through Jenkins on Open SUSE > node. I got it working with [Xvfb plugin][1] by installing, configuring > plugin on Jenkins server and updating pipeline by wrapping Selenium > execution code with

Equivalent actions for what Xvfb plugin is doing

2020-02-03 Thread Gajanan Mahajan
I was having problems running Selenium tests through Jenkins on Open SUSE node. I got it working with [Xvfb plugin][1] by installing, configuring plugin on Jenkins server and updating pipeline by wrapping Selenium execution code with - wrap([$class: 'Xvfb', ]) { //Selenium

Plugin Installs Failing

2020-02-03 Thread Steve Rogers
Any plugin that I try to download results in the following error: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:210) at java.net.SocketInputStream.read(SocketInputStream.java:141) at