Looks like our not open / url blocked.
Try to access the Jenkins update plugin url or test it with the curl
command and you should noticed that it is blocked. If blocked opening the
firewall / proxy policy to allow the Jenkins update url may help you
overcome the problem.
You may have to do this
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 7:
Thanks Marc , we will definitely update this settings and observe
performance .
For now below fix worked for me , not observing any issues recently with my
application .
1.upgrade jdk8 version to recommended version (1.8.0_222-b10 and above) .
2.Install monitoring plugin in Jenkins.
3.Udat
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
ba
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
apprec
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 /opt/tomcat/.jenki
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 error
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 Wai
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
Jenki
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 con
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:
> An
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 -
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 execut
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 java.io.BufferedInputStream.fill(Buf
14 matches
Mail list logo