Re: jenkins issue

2022-10-12 Thread Iván Fernández Calvo
You do not pass any credentials around the script in the pipeline,So the command “git pull” failed because does not have a way to authenticate. Check the article and the video of my previous message, there is explained how to pass credentials to your script.El 12 oct 2022, a las 8:13, pooja pooja

Re: Multiple Instances on one server with Java 11

2022-07-11 Thread Iván Fernández Calvo
If you issue is the memory, it is time to check the garbage collector you are using, check that you are not using deprecated JVM flags, IIRC the garbage collector used by JDK 11 is G1 and should perform better than default JDK8 defaults. Regards Ivan Fernandez Calvo > El 11 jul 2022, a las 19:

Re: Help! I am trying to upgrade from 2.263.1 to 2.303.1

2021-10-05 Thread Iván Fernández Calvo
63.1 to 2.303.1 > > EXTERNAL EMAIL > > I use Amazon Linux 2 for agents with no issue. I've never heard of a problem > that was specific to Amazon Linux 2. > >> On Tue, Oct 5, 2021, 3:23 PM Iván Fernández Calvo >> wrote: >> I do not think so the issue see

Re: Help! I am trying to upgrade from 2.263.1 to 2.303.1

2021-10-05 Thread Iván Fernández Calvo
I do not think so the issue seems related to the upgrade not the OS. > El 5 oct 2021, a las 21:09, Daniel Burns > escribió: > > Thank you. I wanted to at least respond. This is in DEV so I can > definitely try different things. Using what you stated, I can mimic PROD and > create a new DE

Re: Issue with master-agent communication over ssh

2021-02-12 Thread Iván Fernández Calvo
>> Dec 04, 2020 3:33:58 PM org.eclipse.jgit.util.FS >>>>>>>>>>>>>>>> discoverGitSystemConfig >>>>>>>>>>>>>>>> WARNING: Exception caught during execution of command '[git, >&

Re: Pipeline generic for two Jenkins with two different agent types

2020-02-16 Thread Iván Fernández Calvo
> El 16 feb 2020, a las 11:15, Georges Moulinier > escribió: > > Do you think I could "hide" this syntax " kubernetes { ..." or this "docker { > ..." behind a label ? On both plugins you can configure templates , those templates can be triggered by labels so you still can use the agent { la

Re: Frequent "Disconnected computer for node" messages in jenkins logs

2020-02-16 Thread Iván Fernández Calvo
> El 16 feb 2020, a las 14:15, Vincent Massol escribió: > > In both cases it"ll be reported as INFO in the logs too. Right? It seems like, I didn’t noticed that the exception is also a INFO messages, so the only difference is the stack trace of the exception, the log level is the same. --

Re: remoting issue

2019-02-18 Thread Iván Fernández Calvo
I dunno if it is your case, but things like VMotion that changes the VM to a less loaded rack, energy saving, any kind of power on network, and in general every that suspends the VM will break the connection, Jenkins check on agents every 4 min, if the agent does not respond on time Jenkins brea

Re: remoting issue

2019-02-06 Thread Iván Fernández Calvo
This timeout, it is only for the connection stage, and it includes whole retry reconnections, long history, the default value is 210 seconds, less than 30-60 seconds it is not a good value and only if you have reties to 0. I do not know how many agents you spin at the same time, I would try to

Re: Need Help with SSH Slave Plugin - Unable to Start Node with SSH

2018-04-23 Thread Iván Fernández Calvo
On the “Known Hosts Key Validation" agents, where you imported the key on the jenkins user ssh authorized keys folder or on the etc ssh authorized keys folder? On etc does not work. The other error seems related with the format of the host public key, it should’ve something like the following