Re: Jenkins job error

2022-09-06 Thread Ivan Fernandez Calvo
Check all your plugins are loaded correctly, it looks like you have changes in the filesystem that were not applied, and when you restarted you applied those changes, I bet that one or more of your plugins are not loaded, you should have a big red number in the top-rigth corner of your Jenkins

Jenkins job error

2022-09-06 Thread Madhu Muchukota
Hi Team, All of a sudden we are seeing below errors as soon as I run a job in Jenkins. java.lang.NullPointerExceptionat java.base/java.util.Objects.requireNonNull(Objects.java:221)at jenkins.scm.api.SCMFileSystem.of(SCMFileSystem.java:191)at jenkins.scm.api.SCMFileSystem.of(SCMFile

Re: failure build of jenkins job [ERROR: Failed to create /var/lib/jenkins/.m2]

2012-11-21 Thread Gábor Garami
I guess your Jenkins running under user named 'jenkins' and this user's home is located there. IIRC there is a env var to specify maven's homedir... Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tart

failure build of jenkins job [ERROR: Failed to create /var/lib/jenkins/.m2]

2012-11-21 Thread @tiyou
Hi all, I'm tired to make a build of some job from svn repository, the checkout work's fine but the build fails ! My JENKINS_HOME="/pic/dev/jenkins/vcur/var/lib/jenkins" So why is jenkins trying to create .m2 folder in /var/lib/jenkins instead of /pic/dev/jenkins/vcur/var/lib/jenkins/.m2 ?? C