Issue Type: Bug Bug
Assignee: Kohsuke Kawaguchi
Components: svnmerge-plugin
Created: 27/Feb/15 4:46 AM
Description:

In order to make Jenkins do integration automatically,I enable "Integarate to upstream upon successful build" of Post-build Actions in a project.And it reminds that this "Integarate to upstream upon successful build" option is used in conjunction with the "Enable Subversion Merge Tracking" option (which appears early in the configuration.)
But actually I can not find the option "Enable Subversion Merge Tracking" in the configuration.So when I enable "Integarate to upstream upon successful build" of Post-build Actions in a project, the project will build failed like this:
ERROR: Build step failed with exception
java.lang.NullPointerException
at hudson.scm.SVNRevisionState.getRevision(SVNRevisionState.java:24)
at jenkins.plugins.svnmerge.IntegrateAction.getSvnInfo(IntegrateAction.java:149)
at jenkins.plugins.svnmerge.IntegrateAction.perform(IntegrateAction.java:165)
at jenkins.plugins.svnmerge.IntegrationPublisher.perform(IntegrationPublisher.java:51)
at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1743)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Build step 'Integrate to upstream upon successful build' marked build as failure
Finished: FAILURE

Environment: svnmerge-plugin 2.5
Subversion Plug-in 2.5
Tracking SVN Plugin 1.1
Windows7 system
Jenkins 1.599
Project: Jenkins
Priority: Minor Minor
Reporter: ruiling huang
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to