[JIRA] (JENKINS-34019) ANSIColor plugin leaks format onto next line's timestamp

2020-05-11 Thread 'manosn...@gmail.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Noam Manos updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34019  
 
 
  ANSIColor plugin leaks format onto next line's timestamp   
 

  
 
 
 
 

 
Change By: 
 Noam Manos  
 
 
Environment: 
 Jenkins 1.650 , Jenkins 2.190.3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.169516.1459835699000.24592.1589186580419%40Atlassian.JIRA.


[JIRA] (JENKINS-34019) ANSIColor plugin leaks format onto next line's timestamp

2020-05-11 Thread 'manosn...@gmail.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Noam Manos commented on  JENKINS-34019  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ANSIColor plugin leaks format onto next line's timestamp   
 

  
 
 
 
 

 
 As a workaround, when the timestamper background is white, while the console was set to black in Ansi-Color plugin, you can use  https://github.com/ja/jenkins-black-console to configure the default CSS to black.   All you need is to install Simple Theme Plugin and configure in "Manage Jenkins" this theme: https://ja.github.io/jenkins-black-console/black-console.css  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.169516.1459835699000.24581.1589186340254%40Atlassian.JIRA.


[JIRA] (JENKINS-29260) Implement option to update build name before check out

2016-06-17 Thread manosn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Noam Manos commented on  JENKINS-29260  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Implement option to update build name before check out   
 

  
 
 
 
 

 
 I would even extend this feature, to set build name even when SCM checkout failed. Currently, when SCM fails - the "Set Build Name" doesn't occur before or after build, because build was not initiated if SCM failed. To workaround this, I had to add flexible post build (plugin) that runs "Update build Name".  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] [envinject-plugin] (JENKINS-26583) Env-inject plugin suppress variables contributed by extension points

2016-06-09 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-26583 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Env-inject plugin suppress variables contributed by extension points  
 
 
 
 
 
 
 
 
 
 
Still relevant on Jenkins 2.7 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [matrix-project-plugin] (JENKINS-33230) Jenkins creates lots of warning message for creating matrix project root directory

2016-06-09 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-33230 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins creates lots of warning message for creating matrix project root directory  
 
 
 
 
 
 
 
 
 
 
Still relevant on Jenkins 2.7. I'm using this script in Matrix Axis: 
def fp = Jenkins.instance.createPath(new File(PATH).getAbsolutePath()) def result = [] fp.list("*/.xml").each { it ->  if (it.getRemote().toLowerCase().contains(DIR_FILTER.toLowerCase()) )  { result += it.getRemote().replace(fp.getRemote(), "").replaceAll("", "/").replaceAll("^/", "") } 
} return result 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-14482) com.cloudbees.plugins.flow.JobExecutionFailureException

2016-05-25 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-14482 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: com.cloudbees.plugins.flow.JobExecutionFailureException  
 
 
 
 
 
 
 
 
 
 
Still relevant on Jenkins 2.5 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [postbuild-task-plugin] (JENKINS-12830) PostbuildTask loads build log into memory, causing OutOfMemoryException

2016-04-27 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-12830 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: PostbuildTask loads build log into memory, causing OutOfMemoryException  
 
 
 
 
 
 
 
 
 
 
Having the same error on Jenkins 2.0 with Post build Plugin 1.8 (wow, it was last updated on 2011! perhaps that's a good time to try another plugin...) : 
The console log had over 300K lines (301866 lines), and had to search for a simple word ("sync.props") 
FATAL: Java heap space java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOfRange(Arrays.java:3664) at java.lang.String.(String.java:207) at java.lang.StringBuilder.toString(StringBuilder.java:407) at hudson.Util.loadFile(Util.java:205) at hudson.model.Run.getLog(Run.java:1913) at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723) at hudson.model.Build$BuildExecution.post2(Build.java:185) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668) at hudson.model.Run.execute(Run.java:1763) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second Finished: FAILURE 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin fails on Matrix configuration after upgrade

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin fails on Matrix configuration after upgrade  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Summary:
 
 Exclusion Plugin  fails  on Matrix configuration  after upgrade 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin on Matrix configuration

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin on Matrix configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 I've upgraded Jenkins to version 2.0 (!) and to Excusion Plugin 0.12.But now Exclusion plugins blocks my Matrix Multi job configurations.The definition inside the job is: SEMAPHORE_MATRIX_$\{NODE_NAME}   *+ On Plugin version 0.12, it fails to load Matrix configurations due to: +* Apr 24, 2016 2:40:10 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.NullPointerException at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:172) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at hudson.matrix.MatrixConfiguration.updateTransientActions(MatrixConfiguration.java:141) at hudson.model.AbstractProject.onLoad(AbstractProject.java:339) at hudson.model.Project.onLoad(Project.java:98) at hudson.matrix.MatrixConfiguration.onLoad(MatrixConfiguration.java:97) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:573) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.rebuildConfigurations(MatrixProject.java:617) at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:508) at hudson.model.Items.load(Items.java:327) at jenkins.model.Jenkins$18.run(Jenkins.java:2812) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282) at jenkins.model.Jenkins$8.runTask(Jenkins.java:1009) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) *+ On version 0.11, it fails to load Matrix configurations due to: +* Apr 24, 2016 3:35:30 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.IndexOutOfBoundsException: Index: 0, Size: 1 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.remove(ArrayList.java:492) at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:173) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at 

[JIRA] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin on Matrix configuration

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin on Matrix configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 I've upgraded Jenkins to version 2.0  (  ! ) and to Excusion Plugin 0.12.   But now Exclusion plugins blocks my Matrix Multi job configurations. The definition inside the job is: SEMAPHORE_MATRIX_${NODE_NAME}   On Plugin version 0.12, it fails to load Matrix configurations due to:Apr 24, 2016 2:40:10 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.NullPointerException at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:172) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at hudson.matrix.MatrixConfiguration.updateTransientActions(MatrixConfiguration.java:141) at hudson.model.AbstractProject.onLoad(AbstractProject.java:339) at hudson.model.Project.onLoad(Project.java:98) at hudson.matrix.MatrixConfiguration.onLoad(MatrixConfiguration.java:97) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:573) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.rebuildConfigurations(MatrixProject.java:617) at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:508) at hudson.model.Items.load(Items.java:327) at jenkins.model.Jenkins$18.run(Jenkins.java:2812) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282) at jenkins.model.Jenkins$8.runTask(Jenkins.java:1009) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)On version 0.11, it fails to load Matrix configurations due to:Apr 24, 2016 3:35:30 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.IndexOutOfBoundsException: Index: 0, Size: 1 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.remove(ArrayList.java:492) at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:173) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at 

[JIRA] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin on Matrix configuration

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin on Matrix configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 I've upgraded Jenkins to version 2.0 (!) and to Excusion Plugin 0.12.But now Exclusion plugins blocks my Matrix Multi job configurations.The definition inside the job is: SEMAPHORE_MATRIX_$ \ {NODE_NAME}  On Plugin version 0.12, it fails to load Matrix configurations due to:Apr 24, 2016 2:40:10 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.NullPointerException at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:172) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at hudson.matrix.MatrixConfiguration.updateTransientActions(MatrixConfiguration.java:141) at hudson.model.AbstractProject.onLoad(AbstractProject.java:339) at hudson.model.Project.onLoad(Project.java:98) at hudson.matrix.MatrixConfiguration.onLoad(MatrixConfiguration.java:97) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:573) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.rebuildConfigurations(MatrixProject.java:617) at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:508) at hudson.model.Items.load(Items.java:327) at jenkins.model.Jenkins$18.run(Jenkins.java:2812) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282) at jenkins.model.Jenkins$8.runTask(Jenkins.java:1009) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)On version 0.11, it fails to load Matrix configurations due to:Apr 24, 2016 3:35:30 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.IndexOutOfBoundsException: Index: 0, Size: 1 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.remove(ArrayList.java:492) at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:173) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at 

[JIRA] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin on Matrix configuration

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin on Matrix configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 I  had 've upgraded Jenkins  to  downgrade back to  version  2.  0  !But now Exclusion plugins blocks my Matrix Multi job configurations . 11, since on On Plugin version  0.12 , it fails to load  Matrix configurations  cannot load  due to:Apr 24, 2016 2:40:10 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.NullPointerException at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:172) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at hudson.matrix.MatrixConfiguration.updateTransientActions(MatrixConfiguration.java:141) at hudson.model.AbstractProject.onLoad(AbstractProject.java:339) at hudson.model.Project.onLoad(Project.java:98) at hudson.matrix.MatrixConfiguration.onLoad(MatrixConfiguration.java:97) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:573) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.rebuildConfigurations(MatrixProject.java:617) at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:508) at hudson.model.Items.load(Items.java:327) at jenkins.model.Jenkins$18.run(Jenkins.java:2812) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282) at jenkins.model.Jenkins$8.runTask(Jenkins.java:1009) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) On version 0.11, it fails to load Matrix configurations due to:Apr 24, 2016 3:35:30 PM jenkins.InitReactorRunner$1 onTaskFailedSEVERE: Failed Loading job Automation_Matrix_Newjava.lang.IndexOutOfBoundsException: Index: 0, Size: 1 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.remove(ArrayList.java:492) at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:173) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at hudson.matrix.MatrixConfiguration.updateTransientActions(MatrixConfiguration.java:141) at hudson.model.AbstractProject.onLoad(AbstractProject.java:339) at 

[JIRA] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin on Matrix configuration

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin on Matrix configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Summary:
 
 Exclusion Plugin  0.12 failure  on Matrix configuration 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin 0.12 failure on Matrix configuration

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin 0.12 failure on Matrix configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Priority:
 
 Minor Blocker 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [exclusion-plugin] (JENKINS-34419) Exclusion Plugin 0.12 failure on Matrix configuration

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34419 
 
 
 
  Exclusion Plugin 0.12 failure on Matrix configuration  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 exclusion-plugin 
 
 
 

Created:
 

 2016/Apr/24 12:15 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
I had to downgrade back to version 0.11, since on 0.12 Matrix configurations cannot load due to: 
Apr 24, 2016 2:40:10 PM jenkins.InitReactorRunner$1 onTaskFailed SEVERE: Failed Loading job Automation_Matrix_New java.lang.NullPointerException at org.jvnet.hudson.plugins.exclusion.IdAllocator.getDescriptor(IdAllocator.java:172) at hudson.model.Descriptor.toMap(Descriptor.java:986) at hudson.util.DescribableList.toMap(DescribableList.java:151) at hudson.matrix.MatrixProject.getBuildWrappers(MatrixProject.java:812) at hudson.matrix.MatrixConfiguration.getBuildWrappers(MatrixConfiguration.java:358) at hudson.model.Project.createTransientActions(Project.java:257) at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:755) at hudson.matrix.MatrixConfiguration.updateTransientActions(MatrixConfiguration.java:141) at hudson.model.AbstractProject.onLoad(AbstractProject.java:339) at hudson.model.Project.onLoad(Project.java:98) at hudson.matrix.MatrixConfiguration.onLoad(MatrixConfiguration.java:97) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:573) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:580) at hudson.matrix.MatrixProject.rebuildConfigurations(MatrixProject.java:617) at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:508) at 

[JIRA] [exclusion-plugin] (JENKINS-32367) Exclusion list doesn't get updated when resources are removed

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32367 
 
 
 
  Exclusion list doesn't get updated when resources are removed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Priority:
 
 Blocker Minor 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [exclusion-plugin] (JENKINS-32367) Exclusion list doesn't get updated when resources are removed

2016-04-24 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32367 
 
 
 
  Exclusion list doesn't get updated when resources are removed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Priority:
 
 Minor Blocker 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-33852) Exception while copying in thread - causes Slave disconnection

2016-04-19 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-33852 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Exception while copying in thread - causes Slave disconnection  
 
 
 
 
 
 
 
 
 
 
Many attempts to find cause in Maven configuration, or in Java implementation, or to set any known Jenkins configuration, to workaround this problem, did not succeed, and this unpredictable error kept on happening, until... I asked our IT guys to increase CPU and RAM (from 4GB to 16GB), and walla - the problem disappeared. It's still a bug, but at least now with a workaround. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-19 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-32694 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 
 
Yep, now working. Thank you, great plugin! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-34058) Option to disable Enter key from submiting Job

2016-04-17 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-34058 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Option to disable Enter key from submiting Job  
 
 
 
 
 
 
 
 
 
 
I wouldn't mind it to be the default behavior in Jenkins, but those "keyboard freak control" users, might not like the idea of using mouse clicks to submit job... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-34058) Option to disable Enter key from submiting Job

2016-04-17 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-34058 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Option to disable Enter key from submiting Job  
 
 
 
 
 
 
 
 
 
 
Sure, this can be made as a plugin, if not on core. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-33852) Exception while copying in thread - causes Slave disconnection

2016-04-07 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33852 
 
 
 
  Exception while copying in thread - causes Slave disconnection  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 It's been happening several weeks already, that a Java process that being executed within Maven command, get killed randomly, as the Jenkins slave disconnects the connection unexpectedly, with error: {{* WARNING: Exception while copying in thread: Copier for /127.0.0.1:\{RANDOM PORT}java.net.SocketException: Connection resetat java.net.SocketInputStream.read(Unknown Source)at java.net.SocketInputStream.read(Unknown Source)at java.io.FilterInputStream.read(Unknown Source)at java.io.FilterInputStream.read(Unknown Source)at hudson.remoting.forward.CopyThread.run(CopyThread.java:30) *}}   Looking at Job console, we see that the Maven process completes, but the inner Java thread is terminated:[INFO] [INFO] BUILD FAILURE[INFO] [INFO] Total time: 02:26 h[INFO] Finished at: 2016-03-28T17:23:46+03:00[INFO] Final Memory: 33M/220M[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test (failsafe-integration-tests) on project AF: Execution failsafe-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?[ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_65\jre\bin\java" -Xmx4096m -jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefirebooter4689747360754285342.jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire1687639200913429704tmp c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire_07436515838238741397tmp"[ERROR] -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test (failsafe-integration-tests) on project AF: Execution failsafe-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?Command was cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_65\jre\bin\java" -Xmx4096m -jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefirebooter4689747360754285342.jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire1687639200913429704tmp c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire_07436515838238741397tmp" at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at 

[JIRA] [core] (JENKINS-33852) Exception while copying in thread - causes Slave disconnection

2016-04-07 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33852 
 
 
 
  Exception while copying in thread - causes Slave disconnection  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 It's been happening several weeks already, that a Java process that being executed within Maven command, get killed randomly, as the Jenkins slave disconnects the connection unexpectedly, with error: {{* WARNING: Exception while copying in thread: Copier for /127.0.0.1:\{RANDOM PORT}java.net.SocketException: Connection resetat java.net.SocketInputStream.read(Unknown Source)at java.net.SocketInputStream.read(Unknown Source)at java.io.FilterInputStream.read(Unknown Source)at java.io.FilterInputStream.read(Unknown Source)at hudson.remoting.forward.CopyThread.run(CopyThread.java:30) *}} Looking at Job console, we see that the Maven process completes, but the inner Java thread is terminated:[INFO] [INFO] BUILD FAILURE[INFO] [INFO] Total time: 02:26 h[INFO] Finished at: 2016-03-28T17:23:46+03:00[INFO] Final Memory: 33M/220M[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test (failsafe-integration-tests) on project AF: Execution failsafe-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?[ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_65\jre\bin\java" -Xmx4096m -jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefirebooter4689747360754285342.jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire1687639200913429704tmp c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire_07436515838238741397tmp"[ERROR] -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test (failsafe-integration-tests) on project AF: Execution failsafe-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?Command was cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_65\jre\bin\java" -Xmx4096m -jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefirebooter4689747360754285342.jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire1687639200913429704tmp c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire_07436515838238741397tmp" at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at 

[JIRA] [core] (JENKINS-33852) Exception while copying in thread - causes Slave disconnection

2016-04-07 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33852 
 
 
 
  Exception while copying in thread - causes Slave disconnection  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 It's been happening several weeks already, that a Java process that being executed within Maven command, get killed randomly, as the Jenkins slave disconnects the connection unexpectedly, with error:WARNING: Exception while copying in thread: Copier for /127.0.0.1: \ {RANDOM PORT}java.net.SocketException: Connection resetat java.net.SocketInputStream.read(Unknown Source)at java.net.SocketInputStream.read(Unknown Source)at java.io.FilterInputStream.read(Unknown Source)at java.io.FilterInputStream.read(Unknown Source)at hudson.remoting.forward.CopyThread.run(CopyThread.java:30)Looking at Job console, we see that the Maven process completes, but the inner Java thread is terminated:[INFO] [INFO] BUILD FAILURE[INFO] [INFO] Total time: 02:26 h[INFO] Finished at: 2016-03-28T17:23:46+03:00[INFO] Final Memory: 33M/220M[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test (failsafe-integration-tests) on project AF: Execution failsafe-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?[ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_65\jre\bin\java" -Xmx4096m -jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefirebooter4689747360754285342.jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire1687639200913429704tmp c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire_07436515838238741397tmp"[ERROR] -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test (failsafe-integration-tests) on project AF: Execution failsafe-integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?Command was cmd.exe /X /C ""C:\Program Files\Java\jdk1.8.0_65\jre\bin\java" -Xmx4096m -jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefirebooter4689747360754285342.jar c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire1687639200913429704tmp c:\jenkins-slave\workspace\Automation_Matrix_New\55a7bc48\surefire\surefire_07436515838238741397tmp" at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at 

[JIRA] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-07 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-32694 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 
 
So it is probably related to Windows. Also happens on with Jenkins 1.656. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-07 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-32694 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 
 So it is probably related to Windows.Also happens on  with  Jenkins 1.656. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-06 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos assigned an issue to Sanketh PB 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32694 
 
 
 
  NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Assignee:
 
 Noam Manos Sanketh PB 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-34058) Option to disable Enter key from submiting Job

2016-04-06 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34058 
 
 
 
  Option to disable Enter key from submiting Job  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 Many users that submit jobs in Jenkins forget to fill all required fields before they submit it , .  Since on web combo-boxes or choices fields, a selection is natively done with the Enter key, doing so in a Jenkins job automatically submits the job, before it is filled correctly.Adding an option to disable the Auto-submit job with the Enter key, could prevent such incidents. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-34058) Option to disable Enter key from submiting Job

2016-04-06 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34058 
 
 
 
  Option to disable Enter key from submiting Job  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 Many users that submit jobs in Jenkins  forgets  forget  to fill all required fields before they submit it, Since on web combo-boxes or choices fields, a selection is natively done with the Enter key, doing so in a Jenkins job automatically submits the job, before it is filled correctly.Adding an option to disable the Auto-submit job with the Enter key, could prevent such incidents. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-34058) Option to disable Enter key from submiting Job

2016-04-06 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34058 
 
 
 
  Option to disable Enter key from submiting Job  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 2016/Apr/06 2:50 PM 
 
 
 

Environment:
 

 Jenkins 1.656  Firefox, IE 
 
 
 

Labels:
 

 ui 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
Many users that submit jobs in Jenkins forgets to fill all required fields before they submit it, Since on web combo-boxes or choices fields, a selection is natively done with the Enter key, doing so in a Jenkins job automatically submits the job, before it is filled correctly. 
Adding an option to disable the Auto-submit job with the Enter key, could prevent such incidents. 
 
 
 
 
 
 
 
 
 
 

[JIRA] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-04 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-32694 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 
 Trying to use Plugin version 1.3.1, I'm getting on this file: \  $ \ {WORKSPACE } \ } /Custom_Data.properties  Failed to create/update file.nullThe file content is: \ $ \ {My_Custom_Data \ }I tried with or without WORKSPACE option, with slash and backslash.System is Windows 2008, Jenkins 1.647 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-04 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-32694 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 
 Trying to use Plugin version 1.3.1, I'm getting on this file: \ ${WORKSPACE} \ /Custom_Data.properties * Failed to create/update file.null * The file content is: \ ${My_Custom_Data}I tried with or without WORKSPACE option, with slash and backslash.System is Windows 2008, Jenkins 1.647 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-04 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-32694 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 
 Trying to use Plugin version 1.3.1, I'm getting on this file:${WORKSPACE}/ 3M_Custom_Data Custom_Data .properties*Failed to create/update file.null* The file content is:${My_Custom_Data} I tried with or without WORKSPACE option, with slash and backslash.  System is Windows 2008, Jenkins 1.647 ${3M_Custom_Data}   
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-04-04 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Trying to use Plugin version 1.3.1, I'm getting on this file: $ {WORKSPACE} 
/3M_Custom_Data.properties 
*Failed to create/update file. null* 
I tried with or without WORKSPACE option, with slash and backslash. 
System is Windows 2008, Jenkins 1.647 
$ {3M_Custom_Data} 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-32694 
 
 
 
  NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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 

[JIRA] [core] (JENKINS-33852) Exception while copying in thread - causes Slave disconnection

2016-03-28 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33852 
 
 
 
  Exception while copying in thread - causes Slave disconnection  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 Jenkins_Slave_Error_logs.txt 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 2016/Mar/28 4:02 PM 
 
 
 

Environment:
 

 Windows Server 2008 R2 (both Slaves and Master)  Jenkins ver. 1.654 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
It's been happening several weeks already, that a Java process that being executed within Maven command, get killed randomly, as the Jenkins slave disconnects the connection unexpectedly, with error: 
WARNING: Exception while copying in thread: Copier for /127.0.0.1: {RANDOM PORT} 
java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at 

[JIRA] [testng-plugin] (JENKINS-32933) No TestNG results should mark build as Failure

2016-02-14 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32933 
 
 
 
  No TestNG results should mark build as Failure  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Nalin Makar 
 
 
 

Components:
 

 testng-plugin 
 
 
 

Created:
 

 14/Feb/16 10:57 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
In case of No Tests were run, or All Tests were Skipped, TestNG Plugin recognizes it as: "Found matching files but did not find any TestNG results." and treats the build as Success - whereas it should be marked as failure. 
Here's an example: 
... TestNG Reports Processing: START Looking for TestNG results report in workspace using pattern: **/testng-results.xml Saving reports... Processing 'C:\Jenkins\jobs\Automation_Matrix_New\configurations\axis-BROWSER\FIREFOX\axis-SERVER\AUTOJEN1\axis-XML_Test_File\test_suites_QA_Trails.xml\builds\523\testng\testng-results.xml' Found matching files but did not find any TestNG results. Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: SUCCESS 
 
 
 
 
 
 
 
 
 
 
 
 

 
  

[JIRA] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-01-31 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32694 
 
 
 
  NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Sanketh PB 
 
 
 

Components:
 

 text-file-operations-plugin 
 
 
 

Created:
 

 31/Jan/16 3:43 PM 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
On Windows 2008, when setting File Path = My_Config.txt 
It fails with Null pointer exception. 
To resolve I use: $ {WORKSPACE} 
/My_Config.txt 
Trace is: 
Building remotely on AUTOJEN1 (Win2008 Regression IE9) in workspace c:\jenkins-slave\workspace\Run_Test_Suite_debug [EnvInject] - Executing scripts and injecting environment variables after the SCM step. java.lang.NullPointerException at hudson.FilePath.mkdirs(FilePath.java:2891) at hudson.FilePath.access$800(FilePath.java:190) at hudson.FilePath$37.invoke(FilePath.java:1904) at hudson.FilePath$37.invoke(FilePath.java:1901) at hudson.FilePath.act(FilePath.java:990) at hudson.FilePath.act(FilePath.java:968) at hudson.FilePath.write(FilePath.java:1901) at com.etas.jenkins.plugins.CreateTextFile.CreateFileTask.call(CreateFileTask.java:94) at com.etas.jenkins.plugins.CreateTextFile.CreateFileTask.call(CreateFileTask.java:38) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(Unknown Source) at 

[JIRA] [text-file-operations-plugin] (JENKINS-32694) NullPointerException at CreateTextFile.CreateFileTask.call()

2016-01-31 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32694 
 
 
 
  NullPointerException at CreateTextFile.CreateFileTask.call()  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 On Windows 2008, when setting File Path =My_Config.txtIt fails with Null pointer exception.To resolve I use:$ \ {WORKSPACE \ }/My_Config.txtTrace is:Building remotely on AUTOJEN1 (Win2008 Regression IE9) in workspace c:\jenkins-slave\workspace\Run_Test_Suite_debug[EnvInject] - Executing scripts and injecting environment variables after the SCM step.java.lang.NullPointerException at hudson.FilePath.mkdirs(FilePath.java:2891) at hudson.FilePath.access$800(FilePath.java:190) at hudson.FilePath$37.invoke(FilePath.java:1904) at hudson.FilePath$37.invoke(FilePath.java:1901) at hudson.FilePath.act(FilePath.java:990) at hudson.FilePath.act(FilePath.java:968) at hudson.FilePath.write(FilePath.java:1901) at com.etas.jenkins.plugins.CreateTextFile.CreateFileTask.call(CreateFileTask.java:94) at com.etas.jenkins.plugins.CreateTextFile.CreateFileTask.call(CreateFileTask.java:38) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:62) at java.lang.Thread.run(Unknown Source) at ..remote call to AUTOJEN1(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) at hudson.remoting.Channel.call(Channel.java:781) at com.etas.jenkins.plugins.CreateTextFile.CreateFileBuilder.perform(CreateFileBuilder.java:82) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) at com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:136) at hudson.model.Run.execute(Run.java:1738) at com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:73) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)Build step 'Create/Update Text File' marked build as failure 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
  

[JIRA] [parameterized-trigger-plugin] (JENKINS-32278) Abort status is required above Failure status

2016-01-04 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32278 
 
 
 
  Abort status is required above Failure status  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 huybrechts 
 
 
 

Components:
 

 parameterized-trigger-plugin 
 
 
 

Created:
 

 04/Jan/16 4:42 PM 
 
 
 

Environment:
 

 In case the triggered job is marked as Aborted, the parent job should not mark the build step as failed, but as Aborted.  This is required in order to allow the parent job to continue, by adding an Abort status above Failure, in the optional statuses:   never  SUCCESS  UNSTABLE  ABORTED  FAILURE  
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 

[JIRA] [core] (JENKINS-31954) StackOverflow in hudson.model.Descriptor$NewInstanceBindInterceptor.onConvert

2015-12-14 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Still happens on Jenkins 1.641: 
javax.servlet.ServletException: java.lang.StackOverflowError at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:45) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:129) at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:129) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:123) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76) at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at 

[JIRA] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-31458 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Exception when saving job configuration  
 
 
 
 
 
 
 
 
 
 
Another workaround is to use Dynamic Extended Choice Parameter plugin instead. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-31458 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Exception when saving job configuration  
 
 
 
 
 
 
 
 
 
 
If Dynamic Extended Choice Parameter plugin doesn't work for your needs, redeploy previous Jenkins JAR: https://updates.jenkins-ci.org/download/war/1.638/jenkins.war 
(Replace the jenkins.war with it, and restart) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-31458 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Exception when saving job configuration  
 
 
 
 
 
 
 
 
 
 
I meant 1.637 WAR: https://updates.jenkins-ci.org/download/war/1.637/jenkins.war 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-31458 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Exception when saving job configuration  
 
 
 
 
 
 
 
 
 
 If  Dynamic Extended Choice Parameter plugin doesn't work for your needs, redeploy previous Jenkins  JAR  WAR :https://updates.jenkins-ci.org/download/war/1. 638 637 /jenkins.war(Replace the jenkins.war with it, and restart) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-31458 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Exception when saving job configuration  
 
 
 
 
 
 
 
 
 
 Another workaround is to use [Dynamic Extended Choice Parameter plugin|https://wiki.jenkins-ci.org/display/JENKINS/Dynamic+Extended+Choice+Parameter+plugin] instead. If Dynamic Extended Choice Parameter plugin doesn't work for your needs, redeploy previous Jenkins WAR:https://updates.jenkins-ci.org/download/war/1.637/jenkins.war(Replace the jenkins.war with it, and restart) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31458 
 
 
 
  Exception when saving job configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Comment:
 
 I meant 1.637 WAR:https://updates.jenkins-ci.org/download/war/1.637/jenkins.war 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31458 
 
 
 
  Exception when saving job configuration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Comment:
 
 If  Dynamic Extended Choice Parameter plugin doesn't work for your needs, redeploy previous Jenkins WAR:https://updates.jenkins-ci.org/download/war/1.637/jenkins.war(Replace the jenkins.war with it, and restart) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-31458) Exception when saving job configuration

2015-11-29 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-31458 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Exception when saving job configuration  
 
 
 
 
 
 
 
 
 
 Another workaround is to use [Dynamic Extended Choice Parameter plugin|https://wiki.jenkins-ci.org/display/JENKINS/Dynamic+Extended+Choice+Parameter+plugin] instead.If Dynamic Extended Choice Parameter plugin doesn't work for your needs, redeploy previous Jenkins WAR , for me 1.636 works :https://updates.jenkins-ci.org/download/war/1. 637 636 /jenkins.war(Replace the jenkins.war with it, and restart) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [export-params-plugin] (JENKINS-29642) Filename does not recognize ${variable}

2015-07-26 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29642 
 
 
 
  Filename does not recognize ${variable}  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 rin_ne 
 
 
 

Components:
 

 export-params-plugin 
 
 
 

Created:
 

 26/Jul/15 3:13 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
It's a great plugin. How do you create a dynamic filename for this properties file ? 
I tried File path = DGIP_$ {Script_File}.properties. but it creates wrong file: Stored the below parameters into c:\jenkins-slave\workspace\DGIP\DGIP_${Script_File} 
.properties 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 

[JIRA] [export-params-plugin] (JENKINS-29642) Filename does not recognize ${variable}

2015-07-26 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29642 
 
 
 
  Filename does not recognize ${variable}  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 It'sagreatplugin.Howdoyoucreateadynamicfilenameforthispropertiesfile?ItriedFilepath=DGIP_${Script_File}.properties.butitcreateswrongfile:Storedthebelowparametersintoc:\jenkins-slave\workspace\DGIP\DGIP_${Script_File}.properties Whileitshouldhaveevaluatedthevalueof${Script_File}beforecreatingtheproperiesfile. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-29539) NullPointerException on Matrix project

2015-07-26 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-29539 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: NullPointerException on Matrix project  
 
 
 
 
 
 
 
 
 
 
I saw on my Jenkins server, where I downgraded back to 0.48, the following warning, which seems to be the cause: 


Unreadable Data
 
It is acceptable to leave unreadable data in these files, as Jenkins will safely ignore it. To avoid the log messages at Jenkins startup you can permanently delete the unreadable data by resaving these files using the button below. 
Type Name Error *hudson.matrix.MatrixProject Automation_Matrix MissingFieldException: No field 'saveJSONParameterToFile' found in class 'com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterDefinition'* 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-29539) NullPointerException on Matrix project

2015-07-26 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos edited a comment on  JENKINS-29539 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: NullPointerException on Matrix project  
 
 
 
 
 
 
 
 
 
 IsawonmyJenkinsserver,whereIdowngradedbackto0.48,thefollowingwarning,whichseemstobethecause:+UnreadableData+Itisacceptabletoleaveunreadabledatainthesefiles,asJenkinswillsafelyignoreit.ToavoidthelogmessagesatJenkinsstartupyoucanpermanentlydeletetheunreadabledatabyresavingthesefilesusingthebuttonbelow.Type Name Error * hudson.matrix.MatrixProject Automation_Matrix MissingFieldException:Nofield'saveJSONParameterToFile'foundinclass'com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterDefinition' * 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-29539) NullPointerException on Matrix project

2015-07-22 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29539 
 
 
 
  NullPointerException on Matrix project  
 
 
 
 
 
 
 
 
 

Change By:
 
 Noam Manos 
 
 
 

Summary:
 
 NullPointerExceptionon CheckBoxestype Matrixproject 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-29539) NullPointerException on Matrix project

2015-07-22 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos commented on  JENKINS-29539 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: NullPointerException on Matrix project  
 
 
 
 
 
 
 
 
 
 
Updated subject to Matrix project 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [extended-choice-parameter-plugin] (JENKINS-29539) NullPointerException on Check Boxes type

2015-07-21 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29539 
 
 
 
  NullPointerException on Check Boxes type  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 vimil 
 
 
 

Components:
 

 extended-choice-parameter-plugin 
 
 
 

Created:
 

 21/Jul/15 3:37 PM 
 
 
 

Environment:
 

 After upgrading from 0.48 to 0.50 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
FATAL: null 18:27:14 java.lang.NullPointerException 18:27:14 at com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterValue$1.resolve(ExtendedChoiceParameterValue.java:40) 18:27:14 at com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterValue$1.resolve(ExtendedChoiceParameterValue.java:34) 18:27:14 at hudson.matrix.FilterScript.getConfiguredBinding(FilterScript.java:97) 18:27:14 at hudson.matrix.FilterScript.apply(FilterScript.java:75) 18:27:14 at hudson.matrix.DefaultMatrixExecutionStrategyImpl.filterConfigurations(DefaultMatrixExecutionStrategyImpl.java:190) 18:27:14 at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:121) 18:27:14 at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:352) 18:27:14 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) 18:27:14 at hudson.model.Run.execute(Run.java:1741) 18:27:14 at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301) 18:27:14 at hudson.model.ResourceController.execute(ResourceController.java:98) 

[JIRA] [matrix-project-plugin] (JENKINS-29380) Skip building on offline nodes

2015-07-13 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29380 
 
 
 
  Skip building on offline nodes  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Kohsuke Kawaguchi 
 
 
 

Components:
 

 matrix-project-plugin 
 
 
 

Created:
 

 13/Jul/15 8:12 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
Please add an option to Skip building on offline nodes, as it is possible in Elastic Axis 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

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

[JIRA] [matrix-project-plugin] (JENKINS-28999) Matrix plugin 1.5 - Cannot use file path in Axis

2015-06-21 Thread manosn...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Noam Manos created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28999 
 
 
 
  Matrix plugin 1.5 - Cannot use file path in Axis  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Kohsuke Kawaguchi 
 
 
 

Components:
 

 matrix-project-plugin 
 
 
 

Created:
 

 21/Jun/15 12:14 PM 
 
 
 

Priority:
 
  Blocker 
 
 
 

Reporter:
 
 Noam Manos 
 
 
 
 
 
 
 
 
 
 
After upgrading from matrix-project-plugin 1.4.1 to 1.5, the form validation prevents creating Axis containing slashes or back-slashes, for example in a file path. 
This blocks the very useful feature of matrix, to run build on file path matrix, so one must downgrade back to 1.4.1. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 

[JIRA] [extended-choice-parameter-plugin] (JENKINS-28035) Space delimiter is not supported

2015-04-22 Thread manosn...@gmail.com (JIRA)














































Noam Manos
 created  JENKINS-28035


Space delimiter is not supported















Issue Type:


Bug



Assignee:


vimil



Components:


extended-choice-parameter-plugin



Created:


22/Apr/15 7:29 AM



Description:


This plugin is very useful for multi-select parameters. 
However, when trying to pass the chosen parameters in a multi Configuration Matrix, using "Dynamic Axis plugin", the values must be separated by spaces.

Please allow a space delimiter to be used.

(by the way, I currently use Extensible Choice Parameter plugin, that can parse a multi-parameter with space delimiter, but your plugin has other advantages I preffer.)




Environment:


Jenkins on Windows, with following plugins/versions:



ant	1.2

antisamy-markup-formatter	1.3

any-buildstep	0.1

build-flow-plugin	0.17

build-name-setter	1.3

build-pipeline-plugin	1.4.7

build-timeout	1.14.1

conditional-buildstep	1.3.3

configure-job-column-plugin	1.0

copyartifact	1.35

credentials	1.22

cvs	2.12

dynamic-axis	1.0.3

dynamic_extended_choice_parameter	1.0.1

email-ext	2.39.3

envfile	1.2

envinject	1.91.2

extended-choice-parameter	0.36

extensible-choice-parameter	1.2.2

external-monitor-job	1.4

flexible-publish	0.15.1

git	2.3.5

git-client	1.16.1

groovyaxis	0.3

htmlpublisher	1.3

javadoc	1.3

jenkins-multijob-plugin	1.16

job-import-plugin	1.2

jobConfigHistory	2.11

jquery	1.7.2-1

junit	1.5

ldap	1.11

mailer	1.15

mapdb-api	1.0.6.0

matrix-auth	1.2

matrix-combinations-parameter	1.0.7

matrix-project	1.4.1

maven-plugin	2.9

nodelabelparameter	1.5.1

pam-auth	1.2

parameterized-trigger	2.26

robot	1.6.0

role-strategy	2.2.0

run-condition	1.0

scm-api	0.2

script-security	1.13

sidebar-link	1.6

ssh-credentials	1.11

ssh-slaves	1.9

subversion	2.5

test-results-analyzer	0.2.0

testng-plugin	1.10

timestamper	1.6

token-macro	1.10

translation	1.12

vncviewer	1.1

windows-slaves	1.0

ws-cleanup	0.25




Project:


Jenkins



Priority:


Major



Reporter:


Noam Manos

























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.


[JIRA] [extended-choice-parameter-plugin] (JENKINS-28035) Space delimiter is not supported

2015-04-22 Thread manosn...@gmail.com (JIRA)














































Noam Manos
 updated  JENKINS-28035


Space delimiter is not supported
















Change By:


Noam Manos
(22/Apr/15 7:36 AM)




Description:


Thispluginisveryusefulformulti-selectparameters.However,whentryingtopassthechosenparametersinamultiConfigurationMatrix,usingDynamicAxisplugin,thevaluesmustbeseparatedbyspaces.
forexample,settingoptionalvalues:file1.xmlfile2.xml,andhavingadefaultvalueschoices,togetmultipleparameters:file1.xmlfile2.xml.willpassasingleparametertotheaxisas:file1.xmlfile2.xml.
Pleaseallowaspacedelimitertobeused.(bytheway,IcurrentlyuseExtensibleChoiceParameterplugin,thatcanparseamulti-parameterwithspacedelimiter,butyourpluginhasotheradvantagesIpreffer.)



























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.