[JIRA] [multijob-plugin] (JENKINS-20557) NullPointerException when one of the jobs fails

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-20557


NullPointerException when one of the jobs fails















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [multijob-plugin] (JENKINS-23161) Aborted or failed job in a phase does not immediately cause the multi-job to fail

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23161


Aborted or failed job in a phase does not immediately cause the multi-job to fail















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [multijob-plugin] (JENKINS-24139) Stoping Multi Job should stop all downstream (phase 1/2/3 etc) jobs

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-24139


Stoping Multi Job should stop all downstream (phase 1/2/3 etc) jobs















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [multijob-plugin] (JENKINS-23968) Add the ability make a phase job conditional

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-23968


Add the ability make a phase job conditional















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [multijob-plugin] (JENKINS-22292) Canceling multijob should cancel all children

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-22292


Canceling multijob should cancel all children















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [multijob-plugin] (JENKINS-20846) MultiJobRunner has NullPointerException on unstable sub-builds

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-20846


MultiJobRunner has NullPointerException on unstable sub-builds















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [multijob-plugin] (JENKINS-20273) Aborting the master job should abort all the downstream

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-20273


Aborting the master job should abort all the downstream















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [multijob-plugin] (JENKINS-21879) jenkins-multijob-plugin

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21879


jenkins-multijob-plugin 















Code changed in jenkins
User: Mathieu Cantin
Path:
 pom.xml
 src/main/java/com/tikal/jenkins/plugins/multijob/FileBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/LineQueue.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobChangeLogSet.java
 src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
 src/main/java/com/tikal/jenkins/plugins/multijob/ParserRuleFile.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig.java
 src/main/java/com/tikal/jenkins/plugins/multijob/Plugin.java
 src/main/java/com/tikal/jenkins/plugins/multijob/PredefinedBuildParameters.java
 src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/AbstractWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/BuildState.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ConsoleColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/JobColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastDurationColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastFailureColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/LastSuccessColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobListViewColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/PhaseWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/ProjectWrapper.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/StatusColumn.java
 src/main/java/com/tikal/jenkins/plugins/multijob/views/WeatherColumn.java
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuild/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/main.jelly
 src/main/resources/com/tikal/jenkins/plugins/multijob/PhaseJobsConfig/global.jelly
 src/main/webapp/help-abort.html
 src/main/webapp/help-addParsingRules.html
 src/main/webapp/help-condition.html
 src/main/webapp/help-maxRetry.html
 src/main/webapp/help-parseRuleChoice.html
 src/main/webapp/help-retry.html
 src/main/webapp/retry.gif
 src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java
 src/test/java/com/tikal/jenkins/plugins/multijob/test/PhaseJobsConfigTest.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4260fc5c317ea1328129777e0987a2fceceffd15
Log:
  Allow retry of jobs in a phase + multiple fixes


	Updated dependencies
	Stopping Multi Job will also stops all downstream job JENKINS-24139
JENKINS-22292 JENKINS-21879 JENKINS-20273 JENKINS-23161
	Add the possibility to make a step conditional. You can define simple
groovy _expression_ for each job. JENKINS-23968
	Fix NPE when a downstream job is unstable JENKINS-20846
JENKINS-20557
	Add retry on a failed job when a user defined condition is met. You
can configure the number of retries per job.
	Some fixes to match the new look of Jenkins.
	Rename Delete to "Delete job" because there is confusion between the
deletion of parameters and the delete of a job.
	Allow reordering jobs in a phase































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] [warnings-plugin] (JENKINS-25405) Warnings plugin fails

2014-11-02 Thread org...@gmail.com (JIRA)














































Orgad Shaneh
 created  JENKINS-25405


Warnings plugin fails















Issue Type:


Bug



Assignee:


Ulli Hafner



Components:


warnings-plugin



Created:


02/Nov/14 7:06 AM



Description:


I've just upgraded Jenkins with all plugins, and the warnings plugin throws an exception:


java.lang.NoSuchMethodError: hudson.plugins.analysis.core.ParserResult.addAnnotations(Ljava/util/Collection;)V
	at hudson.plugins.warnings.WarningsPublisher.parseConsoleLog(WarningsPublisher.java:405)
	at hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:321)
	at hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:319)
	at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
	at hudson.model.Run.execute(Run.java:1784)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)





Environment:


Jenkins 1.587, Static Analysis Collector Plug-in 1.41, Warnings Plug-in 4.43




Project:


Jenkins



Priority:


Major



Reporter:


Orgad Shaneh

























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-25402


Jenkins crashes on startup















Please don't forget to reference other threads you submit regarding the issue.
URL: http://forum.synology.com/enu/viewtopic.php?f=190t=92245

As I see the guidelines are quite old and probably outdated (2011th).

	What Jenkins version do you use?
	Do you use Oracle Embedded SE Java? Have you tried another Java VMs?



You could disable the automatic plugins list update in UpdateCenter (-Dhudson.model.UpdateCenter.never=true). Probably, it will workaround the failure.



























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] [throttle-concurrent-builds-plugin] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-25326 as Cannot Reproduce


Throttle Concurrent Builds doesnt work when builds are in cloudbees folders
















No response...
AFAIK, it has been fixed in 1.8.2





Change By:


Oleg Nenashev
(02/Nov/14 10:14 AM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























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] [build-flow-plugin] (JENKINS-21355) Build flow jobs do not respect throttling rules

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-21355 as Fixed


Build flow jobs do not respect throttling rules
















Change By:


Oleg Nenashev
(02/Nov/14 10:18 AM)




Status:


Reopened
Resolved





Resolution:


Fixed



























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] [build-flow-plugin] (JENKINS-17512) Throttling per category doesn't work for build flows

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-17512 as Fixed


Throttling per category doesnt work for build flows
















Change By:


Oleg Nenashev
(02/Nov/14 10:24 AM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [throttle-concurrent-builds-plugin] (JENKINS-15353) Missing descriptor exception in Jenkins log for Throttle Concurrent Builds plugin

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-15353 as Fixed


Missing descriptor exception in Jenkins log for Throttle Concurrent Builds plugin
















Fixed in throttle-concurrents-1.8 (see comments above)





Change By:


Oleg Nenashev
(02/Nov/14 10:26 AM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [throttle-concurrent-builds-plugin] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 reopened  JENKINS-25326


Throttle Concurrent Builds doesnt work when builds are in cloudbees folders
















Oleg: I confirmed the report and added additional information. There's nothing to respond to.





Change By:


Daniel Beck
(02/Nov/14 10:25 AM)




Resolution:


CannotReproduce





Status:


Resolved
Reopened



























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] [throttle-concurrent-builds-plugin] (JENKINS-11541) NPE in Throttle Concurrent Builds Plugin kills the executor

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-11541 as Fixed


NPE in Throttle Concurrent Builds Plugin kills the executor
















Change By:


Oleg Nenashev
(02/Nov/14 10:36 AM)




Status:


Open
Resolved





Resolution:


Fixed



























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] [throttle-concurrent-builds-plugin] (JENKINS-22049) propertiesByCategory should not be serialized to hudson.plugins.throttleconcurrents.ThrottleJobProperty.xml

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-22049 as Cannot Reproduce


propertiesByCategory should not be serialized to hudson.plugins.throttleconcurrents.ThrottleJobProperty.xml
















No response. Closing the case





Change By:


Oleg Nenashev
(02/Nov/14 10:40 AM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























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] [throttle-concurrent-builds-plugin] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-25326


Throttle Concurrent Builds doesnt work when builds are in cloudbees folders















Yes, my bad. I was going to close JENKINS-22049, but selected a wrong tab in the browser.
I'm investigating the issue now



























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] [throttle-concurrent-builds-plugin] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 assigned  JENKINS-25326 to Oleg Nenashev



Throttle Concurrent Builds doesnt work when builds are in cloudbees folders
















Change By:


Oleg Nenashev
(02/Nov/14 10:43 AM)




Assignee:


abayer
OlegNenashev



























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] [throttle-concurrent-builds-plugin] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-25326


Throttle Concurrent Builds doesnt work when builds are in cloudbees folders















Confirmed. It also appears for moved projects.



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-25402


Jenkins crashes on startup
















Looks related to JNA given the errors.

Assigning to Craig, maybe he has an idea how to debug.





Change By:


Daniel Beck
(02/Nov/14 10:48 AM)




Labels:


exceptionjenkins
jna





Assignee:


CraigRodrigues



























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] [core] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-25326


Throttle Concurrent Builds doesnt work when builds are in cloudbees folders
















Change By:


Oleg Nenashev
(02/Nov/14 11:10 AM)




Component/s:


core



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread hou...@gmail.com (JIRA)












































 
Houman Khorasani
 edited a comment on  JENKINS-25402


Jenkins crashes on startup
















Thanks for the support guys.

I am using the latest Jenkins version:
wget -O /var/lib/jenkins/jenkins.war http://mirrors.jenkins-ci.org/war/latest/jenkins.war

I am using the Oracle Embedded SE Java from here:
http://www.oracle.com/technetwork/java/embedded/embedded-se/downloads/index.html

I have used 
ORACLE JAVA SE EMBEDDED VERSION 7 UPDATE 71 for ARMv5 Linux 
and also 
ORACLE JAVA SE EMBEDDED VERSION 8 UPDATE 6 for ARMv5 Linux

Both have the same problem.

Hope this helps,
Many Thanks



























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] [gradle-jpi-plugin] (JENKINS-25401) Libraries not included in JPI file

2014-11-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25401


Libraries not included in JPI file















Code changed in jenkins
User: Daniel Spilker
Path:
 CHANGELOG.md
 src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
http://jenkins-ci.org/commit/gradle-jpi-plugin/6c009b2361497ef178bbeebf05f347ca279a5fe5
Log:
  Merge pull request #33 from daspilker/JENKINS-25401

JENKINS-25401 fixed regression


Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/95cfc9e376fe...6c009b236149




























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] [configurationslicing-plugin] (JENKINS-18455) all modules of all maven projects are listed separately

2014-11-02 Thread ninian_har...@yahoo.com (JIRA)














































Ninian
 commented on  JENKINS-18455


all modules of all maven projects are listed separately















I've added a pull request to fix this: https://github.com/jenkinsci/configurationslicing-plugin/pull/11



























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] [job-dsl-plugin] (JENKINS-21216) Add support for Folder job type

2014-11-02 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-21216


Add support for Folder job type















Has this actually been implemented?
The PR hasn't been merged, yet, and in the documentation I can only find that it's supported to create jobs in existing folders, but nothing on top of that.



























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] [core] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-25326


Throttle Concurrent Builds doesnt work when builds are in cloudbees folders















I cannot reproduce the behavior on 1.585 with installed Matrix Project Plugin.
I tried Daniel Beck's reproduction steps with additional states (like new category), but nothing helps to reproduce the issue. 

Are you sure that Matrix Project plugin was installed?



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread rodr...@freebsd.org (JIRA)















































Craig Rodrigues
 assigned  JENKINS-25402 to Michka Popoff



Jenkins crashes on startup
















Michka,

Can you build JNA and run the tests on ARM
using the steps which I described, and provide
the results?  Is your ARM platform the same as the ARMv5Linux platform that Synology uses?





Change By:


Craig Rodrigues
(02/Nov/14 7:18 PM)




Assignee:


CraigRodrigues
MichkaPopoff



























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] [core] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-25326


Throttle Concurrent Builds doesnt work when builds are in cloudbees folders















Yes, let's leave the issue open.
Something strange happens in any case, so we just need a reproduction scenario. Hopefully, somebody provides an additional info



























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] [core] (JENKINS-25326) Throttle Concurrent Builds doesn't work when builds are in cloudbees folders

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 assigned  JENKINS-25326 to Unassigned



Throttle Concurrent Builds doesnt work when builds are in cloudbees folders
















Change By:


Oleg Nenashev
(02/Nov/14 8:27 PM)




Assignee:


OlegNenashev



























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] [maven-plugin] (JENKINS-21597) New Maven Plugin causes slowdown for huge multimodule projects

2014-11-02 Thread step...@blackbuild.com (JIRA)














































Stephan Pauxberger
 commented on  JENKINS-21597


New Maven Plugin causes slowdown for huge multimodule projects















The actual slowdown was due to a bug in a plugin of mine. Still, some plugins like gerrit-trigger or build-failure-analyzer now behave differently. For example, bfa prints whole screens full of messages for each module.

Basically, all plugins using RunListener can be effected.

Problem is, they not simply exclude MavenBuild s from being handled, because that would introduce unwanted dependencies to maven-plugin.



























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] [throttle-concurrent-builds-plugin] (JENKINS-25327) We should have option to create throttle category in job based on environment variable

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 assigned  JENKINS-25327 to Unassigned



We should have option to create throttle category in job based on environment variable
















Change By:


Oleg Nenashev
(02/Nov/14 8:37 PM)




Assignee:


abayer



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread hou...@gmail.com (JIRA)














































Houman Khorasani
 commented on  JENKINS-25402


Jenkins crashes on startup















Thanks for the help.

Yes DS 212 is a Marvell Kirkwood mv6282 1.6Ghz ARM (Marvell ARMADA 300)	and fully ARMv5TE-compliant.
http://forum.synology.com/wiki/index.php/What_kind_of_CPU_does_my_NAS_have
http://www.marvell.com/embedded-processors/kirkwood/assets/88f6282-3_pb.pdf

I have installed apache-ant and closed jna as you suggested.

Trying to build it got me this error:

Unable to locate tools.jar. Expected to find it in /volume1/@appstore/java7/lib/tools.jar
Buildfile: /volume1/public/jna/build.xml

-enable-native:

-dynamic-properties:

BUILD FAILED
/volume1/public/jna/build.xml:258: Can't find JNI headers (java.home=/volume1/@appstore/java7/jre)


It seems I need the proper JDK for that.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html

But I don't know how to install this on a synology. The previous SE was supported through a community package, which I got from here: http://pcloadletter.co.uk/2011/08/23/java-package-for-synology/



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread hou...@gmail.com (JIRA)












































 
Houman Khorasani
 edited a comment on  JENKINS-25402


Jenkins crashes on startup
















Thanks for the help.

Yes DS 212 is a Marvell Kirkwood mv6282 1.6Ghz ARM (Marvell ARMADA 300)	and fully ARMv5TE-compliant.
http://forum.synology.com/wiki/index.php/What_kind_of_CPU_does_my_NAS_have
http://www.marvell.com/embedded-processors/kirkwood/assets/88f6282-3_pb.pdf

I have installed apache-ant and cloned jna as you suggested.

Trying to build it got me this error:

Unable to locate tools.jar. Expected to find it in /volume1/@appstore/java7/lib/tools.jar
Buildfile: /volume1/public/jna/build.xml

-enable-native:

-dynamic-properties:

BUILD FAILED
/volume1/public/jna/build.xml:258: Can't find JNI headers (java.home=/volume1/@appstore/java7/jre)


It seems I need the proper JDK for that.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html

But I don't know how to install this on a synology. The previous SE was supported through a community package, which I got from here: http://pcloadletter.co.uk/2011/08/23/java-package-for-synology/



























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] [core] (JENKINS-22769) ListView's ItemListener runs with user privileges, might miss affected views

2014-11-02 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-22769


ListViews ItemListener runs with user privileges, might miss affected views















Undecided. How difficult is it to get the real user while impersonating?

(FWIW this may also break some aspects of Job Config History, haven't try it though.)



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread rodr...@freebsd.org (JIRA)














































Craig Rodrigues
 commented on  JENKINS-25402


Jenkins crashes on startup















You need a full JDK to compile things.

If you download the http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html
and extract the tar.gz file, set the PATH to point to the right java
binary, can you get it to work?

Otherwise I recommend asking a Synology developer to help you.



























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] [core] (JENKINS-25406) Some post step build result in IllegalStateException

2014-11-02 Thread step...@blackbuild.com (JIRA)














































Stephan Pauxberger
 created  JENKINS-25406


Some post step build result in IllegalStateException















Issue Type:


Bug



Assignee:


Sonar Team



Components:


core, sonar, violations-plugin



Created:


02/Nov/14 9:57 PM



Description:


This one seems to be rather tricky.

After upgrade to 1.587, I saw this exception during the the run of the sonar plugin in a post step:


20:19:33 Warte bis Jenkins die Datensammlung abgeschlossen hat
20:19:33 [ERROR] Internal error: java.lang.IllegalStateException: cannot change build result while in COMPLETED - [Help 1]
20:19:33 org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalStateException: cannot change build result while in COMPLETED
20:19:33 	at org.apache.maven.lifecycle.internal.BuilderCommon.handleBuildError(BuilderCommon.java:128)
20:19:33 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:95)
20:19:33 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
20:19:33 	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
20:19:33 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
20:19:33 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
20:19:33 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
20:19:33 	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
20:19:33 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
20:19:33 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
20:19:33 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
20:19:33 	at java.lang.reflect.Method.invoke(Method.java:597)
20:19:33 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
20:19:33 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
20:19:33 	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
20:19:33 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
20:19:33 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
20:19:33 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
20:19:33 	at java.lang.reflect.Method.invoke(Method.java:597)
20:19:33 	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
20:19:33 	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
20:19:33 	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
20:19:33 	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
20:19:33 	at hudson.remoting.Request$2.run(Request.java:324)
20:19:33 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
20:19:33 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
20:19:33 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
20:19:33 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
20:19:33 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
20:19:33 	at java.lang.Thread.run(Thread.java:662)
20:19:33 Caused by: java.lang.IllegalStateException: cannot change build result while in COMPLETED
20:19:33 	at hudson.model.Run.setResult(Run.java:458)
20:19:33 	at hudson.maven.MavenBuild$ProxyImpl.setResult(MavenBuild.java:494)
20:19:33 	at hudson.maven.MavenBuild$ProxyImpl2.setResult(MavenBuild.java:547)
20:19:33 	at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)
20:19:33 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
20:19:33 	at java.lang.reflect.Method.invoke(Method.java:483)
20:19:33 	at hudson.model.Executor$1.call(Executor.java:579)
20:19:33 	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
20:19:33 	at com.sun.proxy.$Proxy91.setResult(Unknown Source)
20:19:33 	at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)

[JIRA] [core] (JENKINS-25406) Some post step build result in IllegalStateException

2014-11-02 Thread step...@blackbuild.com (JIRA)














































Stephan Pauxberger
 updated  JENKINS-25406


Some post step build result in IllegalStateException
















Change By:


Stephan Pauxberger
(02/Nov/14 9:57 PM)




Priority:


Minor
Critical



























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] [maven-plugin] (JENKINS-25406) Some post step build result in IllegalStateException

2014-11-02 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-25406


Some post step build result in IllegalStateException
















I don't see how core is involved. Sure, it's change caused this in a way, but it appears to be plugins misbehaving.

Adding maven plugin as it appears to be a project of that type. Unfortunately, the issue report doesn't say.

Reducing priority. There's a reason we default to Minor, and it's not so everything is made Critical or Blocker.

Could you explain how this issue can be reproduced, preferably when building sample code or an open source project? Faulty configuration? Only happens when using Sonar Plugin + Violations Plugin? Both? Either? Which versions of these plugins?





Change By:


Daniel Beck
(02/Nov/14 10:29 PM)




Priority:


Critical
Major





Component/s:


maven-plugin





Component/s:


core



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread hou...@gmail.com (JIRA)














































Houman Khorasani
 commented on  JENKINS-25402


Jenkins crashes on startup















This is actually a great idea.  I ended up removing the SE package to make sure I am pointing at the right Java JRE.

export JAVA_HOME=/volume1/public/jdk1.8.0_06 
export PATH=${PATH}:${JAVA_HOME}/bin
chmod -R 777 /volume1/public/jdk1.8.0_06

when I type java it says:
-ash: java: not found

I wonder if I am overlooking something. I will try to get in touch with support of Synology. Thanks for headsup though.



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread hou...@gmail.com (JIRA)












































 
Houman Khorasani
 edited a comment on  JENKINS-25402


Jenkins crashes on startup
















This is actually a great idea.  I ended up removing the SE package to make sure I am pointing at the right Java JDK.

export JAVA_HOME=/volume1/public/jdk1.8.0_06 
export PATH=${PATH}:${JAVA_HOME}/bin
chmod -R 777 /volume1/public/jdk1.8.0_06

when I type java it says:
-ash: java: not found

I wonder if I am overlooking something. I will try to get in touch with support of Synology. Thanks for headsup though.



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread hou...@gmail.com (JIRA)












































 
Houman Khorasani
 edited a comment on  JENKINS-25402


Jenkins crashes on startup
















This is actually a great idea.  I ended up removing the SE package to make sure I am pointing at the right Java JDK.

export JAVA_HOME=/volume1/public/jdk1.8.0_06 
export PATH=${PATH}:${JAVA_HOME}/bin
chmod -R 777 /volume1/public/jdk1.8.0_06

when I type java it says:
-ash: java: not found

Funny part is:
DiskStation ls -l /volume1/public/jdk1.8.0_06/bin/java
-rwxrwxrwx1 adminusers 5916 Nov  2 22:46 /volume1/public/jdk1.8.0_06/bin/java
DiskStation /volume1/public/jdk1.8.0_06/bin/java
-ash: /volume1/public/jdk1.8.0_06/bin/java: not found

So strange...

I wonder if I am overlooking something. I will try to get in touch with support of Synology. Thanks for headsup though.



























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread rodr...@freebsd.org (JIRA)














































Craig Rodrigues
 commented on  JENKINS-25402


Jenkins crashes on startup















Looks like the default shell on Synology is ash.
You might want to try something like:

JAVA_HOME=/volume1/public/jdk1.8.0_06
export JAVA_HOME
PATH=${JAVA_HOME}/bin:${PATH}
export PATH
echo $PATH
java -version




























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] [core] (JENKINS-25402) Jenkins crashes on startup

2014-11-02 Thread hou...@gmail.com (JIRA)














































Houman Khorasani
 commented on  JENKINS-25402


Jenkins crashes on startup















Yes, you are right it is ash.

BusyBox v1.16.1 (2014-10-20 22:22:41 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

DiskStation JAVA_HOME=/volume1/public/jdk1.8.0_06
DiskStation export JAVA_HOME
DiskStation PATH=${JAVA_HOME}/bin:${PATH}
DiskStation export PATH
DiskStation echo $PATH
/volume1/public/jdk1.8.0_06/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
DiskStation java -version
-ash: java: not found
DiskStation 

But it still doesn't want to work.   I raised a support request to Synology. Hopefully they come back to me.



























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] [tasks-plugin] (JENKINS-25407) hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed: hudson.plugins.tasks.parser.TasksParserResult.addAnnotations

2014-11-02 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 created  JENKINS-25407


hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed: hudson.plugins.tasks.parser.TasksParserResult.addAnnotations















Issue Type:


Bug



Assignee:


Ulli Hafner



Components:


tasks-plugin



Created:


03/Nov/14 6:46 AM



Description:


After updating Jenkins to version 1.588 and downloading all the plugin's updates, we're getting the following exception on all builds, that use tasks plugin:


[ERROR] Internal error: hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed: hudson.plugins.tasks.parser.TasksParserResult.addAnnotations(Ljava/util/Collection;)V - [Help 1]
org.apache.maven.InternalErrorException: Internal error: hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed
	at org.apache.maven.lifecycle.internal.BuilderCommon.handleBuildError(BuilderCommon.java:128)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:95)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)
Caused by: hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:189)
	at com.sun.proxy.$Proxy7.end(Unknown Source)
	at hudson.maven.MavenBuildProxy2$Filter.end(MavenBuildProxy2.java:74)
	at hudson.maven.Maven3Builder$MavenExecutionListener.recordProjectEnded(Maven3Builder.java:568)
	at hudson.maven.Maven3Builder$MavenExecutionListener.projectSucceeded(Maven3Builder.java:538)
	at org.eclipse.tycho.core.maven.ChainedExecutionListener.projectSucceeded(ChainedExecutionListener.java:76)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:74)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:91)
	... 28 more
Caused by: java.io.IOException: Remote call on channel 

[JIRA] [build-timeout-plugin] (JENKINS-7832) Hudson build time is calculated from the time job enters the queue while it should be when job actually starts to run

2014-11-02 Thread de...@ikedam.jp (JIRA)















































ikedam
 resolved  JENKINS-7832 as Cannot Reproduce


Hudson build time is calculated from the time job enters the queue while it should be when job actually starts to run
















I couldn't reproduce the problem with maven projects.

	Maven projects only requires one executor, and shouldn't stick wating for executors.
	Checking "Build modules in parallel" results "Building single Maven modules is not implemented for Maven 3, yet!" and builds abort immediately.



Please reopen this issue or create a new issue if you can reproduce the problem using maven projects, and let me know the exact way to reproduce that.





Change By:


ikedam
(03/Nov/14 7:05 AM)




Status:


Reopened
Resolved





Resolution:


CannotReproduce



























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] [perforce-plugin] (JENKINS-25226) Perforce Plugin Substitutes default Parameter Value instead of actual Parameter Value for client name

2014-11-02 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 reopened  JENKINS-25226


Perforce Plugin Substitutes default Parameter Value instead of actual Parameter Value for client name
















Stuart reported that the issue has not been solved for client names.
Reopening the issue





Change By:


Oleg Nenashev
(03/Nov/14 7:52 AM)




Resolution:


Fixed





Status:


Resolved
Reopened



























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.