[JIRA] [build-flow-plugin] (JENKINS-28812) NullPointerException when running Maven job parallel

2016-05-02 Thread damien.no...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Damien Nozay assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28812 
 
 
 
  NullPointerException when running Maven job parallel  
 
 
 
 
 
 
 
 
 

Change By:
 
 Damien Nozay 
 
 
 

Assignee:
 
 Damien Nozay 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [build-flow-plugin] (JENKINS-28812) NullPointerException when running Maven job parallel

2016-05-01 Thread bat...@batmat.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Baptiste Mathus assigned an issue to Damien Nozay 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28812 
 
 
 
  NullPointerException when running Maven job parallel  
 
 
 
 
 
 
 
 
 

Change By:
 
 Baptiste Mathus 
 
 
 

Assignee:
 
 Nicolas De Loof Damien Nozay 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [build-flow-plugin] (JENKINS-28812) NullPointerException when running Maven job parallel

2015-06-09 Thread philipp.stro...@tq-logics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philipp Strobel updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28812 
 
 
 
  NullPointerException when running Maven job parallel  
 
 
 
 
 
 
 
 
 

Change By:
 
 Philipp Strobel 
 
 
 
 
 
 
 
 
 
 OneJobistriggeredbythebuild-flow-plugintorunparallelEachJob-Instancegetitsownworkspace: {code:java} ./workspace/${JOB_NAME}/${WS_EXTENSION} {code} Whenparallelbuildisenabled,anNullPointerExceptionraises.{code:java}//BUILDFLOW defSVN_REVISION=build.buildVariableResolver.resolve(SVN_REVISION)defSVN_SUB_DIR=build.buildVariableResolver.resolve(SVN_SUB_DIR)defSVN_ROOT=https://svn-server/directoryparallel( {pg06=build(FW_package_maven,WS_EXTENSION:package1,SVN_URL:$SVN_ROOT/$SVN_SUB_DIR,SVN_REVISION:$SVN_REVISION,BUILD_LABEL:linux)},{pg07=build(FW_package_maven,WS_EXTENSION:package2,SVN_URL:$SVN_ROOT/$SVN_SUB_DIR,SVN_REVISION:$SVN_REVISION,BUILD_LABEL:linux)} ) {code}{code:java}//INJOBFW_package_maven...[INFO][INFO]BUILDSUCCESS[INFO][INFO]Totaltime:11.129s[INFO]Finishedat:2015-06-09T15:48:10+02:00[INFO]FinalMemory:18M/103M[INFO]ERROR:Processingfailedduetoabuginthecode.Pleasereportthistojenkinsci-us...@googlegroups.comjava.lang.NullPointerException athudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:101) athudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:855) athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536) athudson.model.Run.execute(Run.java:1741) athudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) athudson.model.ResourceController.execute(ResourceController.java:98) athudson.model.Executor.run(Executor.java:374)project=hudson.maven.MavenModuleSet@6f47dd8d[MSK-FW_package_maven]project.getModules()=[hudson.maven.MavenModule@65f57b69[xxx],hudson.maven.MavenModule@3a0637c3[xxx][relativePath:]]project.getRootModule()=hudson.maven.MavenModule@65f57b69[xxx][xxx][relativePath:]FATAL:nulljava.lang.NullPointerException athudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:101) athudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:855) athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536) athudson.model.Run.execute(Run.java:1741) athudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) athudson.model.ResourceController.execute(ResourceController.java:98) athudson.model.Executor.run(Executor.java:374)Finished:FAILURE{code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
  

[JIRA] [build-flow-plugin] (JENKINS-28812) NullPointerException when running Maven job parallel

2015-06-09 Thread philipp.stro...@tq-logics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philipp Strobel created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28812 
 
 
 
  NullPointerException when running Maven job parallel  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 

Components:
 

 build-flow-plugin, maven-plugin 
 
 
 

Created:
 

 09/Jun/15 3:05 PM 
 
 
 

Environment:
 

 jenkins LTS: 1.609.1  maven-plugin: 2.9  build-flow-plugin: 0.17 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Philipp Strobel 
 
 
 
 
 
 
 
 
 
 
One Job is triggered by the build-flow-plugin to run parallel Each Job-Instance get its own workspace: ./workspace/$ {JOB_NAME} 
/$ {WS_EXTENSION} 
When parallel build is enabled, an NullPointerException raises. 

 

// BUILD FLOW
{pg06 = build( FW_package_maven,
   WS_EXTENSION: package1, SVN_URL: $SVN_ROOT/$SVN_SUB_DIR, SVN_REVISION: $SVN_REVISION,
   BUILD_LABEL: linux)
},
{pg07 = build( FW_package_maven,
   WS_EXTENSION: package2, SVN_URL: $SVN_ROOT/$SVN_SUB_DIR, SVN_REVISION: $SVN_REVISION,
   BUILD_LABEL: linux)
}
 

 

 
 

[JIRA] [build-flow-plugin] (JENKINS-28812) NullPointerException when running Maven job parallel

2015-06-09 Thread philipp.stro...@tq-logics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Philipp Strobel updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28812 
 
 
 
  NullPointerException when running Maven job parallel  
 
 
 
 
 
 
 
 
 

Change By:
 
 Philipp Strobel 
 
 
 

Environment:
 
 jenkinsLTS:1.609.1maven-plugin:2.9build-flow-plugin:0.17 ApacheMaven:3.2.2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.