git-plugin 4.7.1 fails

2021-04-29 Thread Morten Bjoernsvik
The recommended git tool is: NONE 07:00:00 FATAL: org.jenkinsci.plugins.gitclient.GitClient 07:00:00 java.lang.NoClassDefFoundError: org.jenkinsci.plugins.gitclient.GitClient 07:00:00 at org.jenkinsci.plugins.gitclient.Git$GitAPIMasterToSlaveFileCallable.invoke(Git.java:168) 07:00:00 at

Re: git-plugin 4.7.1 fails

2021-04-29 Thread 'Björn Pedersen' via Jenkins Users
We are running git-4.7.1 without problems. Check that git-client-plugin 3.7.1 is also installed. Björn morten.b...@gmail.com schrieb am Donnerstag, 29. April 2021 um 09:27:39 UTC+2: > > The recommended git tool is: NONE > 07:00:00 FATAL: org.jenkinsci.plugins.gitclient.GitClient > 07:00:00 ja

Re: git-plugin 4.7.1 fails

2021-04-29 Thread Morten Bjoernsvik
git 4.7.0 git-client 3.7.1 Host is ubuntu 18.04 with kernel 5.4.0-72-generic On Thursday, April 29, 2021 at 9:45:42 AM UTC+2 ice...@googlemail.com wrote: > We are running git-4.7.1 without problems. Check that git-client-plugin > 3.7.1 is also installed. > > Björn > > morten.b...@gmail.com s

Re: Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-29 Thread saqib butt
Thanks, Mark, I am finally able to run the latest Jenkins 2.290 with all the latest plugins (no plugin in Plugin's Manager update queue) without any errors. On Thursday, 29 April 2021 at 08:08:21 UTC+5 Mark Waite wrote: > My initial suspicion is that you have not yet performed this step: > > If

Re: git-plugin 4.7.1 fails

2021-04-29 Thread Mark Waite
I've seen reports of that type of failure when the agent JDK was outdated or the agent.jar file was outdated. I have the "Version Node Monitors" plugin installed on my Jenkins instance so that I can see the agent remoting versions and agent JVM versions

Jenkins user is no member of docker group

2021-04-29 Thread Chris Dams
Dear all, I have a jenkins slave running on linux (jenkins version 2.249.2). The strange thing is that when I log into this slave via ssh using the jenkins account I can see (using the groups command) that 'jenkins' is member of some groups, including the docker group. However, when I put an "s

Re: How to fix workspace deletion on slave node

2021-04-29 Thread DHAVAL JAISWAL
Can I set the following arguments?. Will it resolve my problem JAVA_ARGS="-Dhudson.model.WorkspaceCleanupThread.disabled=true" On Friday, April 16, 2021 at 10:02:44 PM UTC+5:30 m.s.sent...@gmail.com wrote: > Agree. You can stash >

Re: Master Jenkins High CPU utilization

2021-04-29 Thread James Nord
Hi Dhaval, A single thread dump (or even multiple) is not enough to see why the server is consuming excessive cpu. https://stackoverflow.com/a/29148553 will show how how to track the CPU to a specific (or set of) java threads. Once armed with that, then the thread dump will help us see what tho

Re: 1 build run at a time

2021-04-29 Thread James Nord
You could define a single lockable resource and then ensure all your jobs grab it. https://plugins.jenkins.io/lockable-resources/ On Tuesday, 20 April 2021 at 15:16:02 UTC+1 priy...@gmail.com wrote: > Hi All, > > I have two branches A and B. 2 builds from 2 branches are running at the > same