Hi all,

I am new to using Jenkins.

I am working to automate my puppet module builds and wanted to be able to 
allow integration from my feature branches to my trunk.

However, the first integration works perfectly.  After that, subsequent 
integration attempts fail with the following:

java.lang.NullPointerException
        at org.tmatesoft.svn.core.SVNException.<init>(SVNException.java:50)
        at org.tmatesoft.svn.core.SVNException.<init>(SVNException.java:37)
        at 
jenkins.plugins.svnmerge.FeatureBranchProperty$2.invoke(FeatureBranchProperty.java:273)
        at 
jenkins.plugins.svnmerge.FeatureBranchProperty$2.invoke(FeatureBranchProperty.java:247)
        at hudson.FilePath.act(FilePath.java:906)
        at hudson.FilePath.act(FilePath.java:879)
        at 
jenkins.plugins.svnmerge.FeatureBranchProperty.integrate(FeatureBranchProperty.java:247)
        at 
jenkins.plugins.svnmerge.IntegrateAction.perform(IntegrateAction.java:141)
        at 
jenkins.plugins.svnmerge.IntegrateAction.perform(IntegrateAction.java:130)
        at 
jenkins.plugins.svnmerge.IntegrateAction.perform(IntegrateAction.java:34)
        at 
jenkins.plugins.svnmerge.AbstractSvnmergeTaskAction$WorkerThread.perform(AbstractSvnmergeTaskAction.java:105)
        at hudson.model.TaskThread.run(TaskThread.java:127)
        at 
jenkins.plugins.svnmerge.AbstractSvnmergeTaskAction$TaskImpl$1.run(AbstractSvnmergeTaskAction.java:161)
        at 
hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:247)

Thanks for the help.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to