[JIRA] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-07-06 Thread yaniv.k...@emc.com (JIRA)














































Yaniv Kaul
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















Looks good on my setup: had 1.556, upgraded the plugin first, then to 1.570, and all seems to be working.
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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-07-05 Thread de...@ikedam.jp (JIRA)















































ikedam
 closed  JENKINS-22863 as Fixed


All matrix jobs disappeared after upgrade to 1.562
















Fixed matrix-combinations-parameter-plugin in 1.0.7.
It will be available in a day.





Change By:


ikedam
(05/Jul/14 4:52 PM)




Status:


Resolved
Closed



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-07-05 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















marix-combinations-parameter-plugin no longer depends on /lib/project/matrix tag. (It is anyway required to fix JENKINS-23030).



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-26 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















@ikedam I grepped @jenkinsci sources for references to this tag. I found only the usage from matrix-combinations-parameter, filed as JENKINS-23561.



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-25 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















Every plugin using /lib/project/matrix tag causes the same problem.



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-24 Thread yaniv.k...@emc.com (JIRA)














































Yaniv Kaul
 updated  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562
















Change By:


Yaniv Kaul
(24/Jun/14 7:21 AM)




Attachment:


support.zip



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-24 Thread yaniv.k...@emc.com (JIRA)














































Yaniv Kaul
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















I've installed from fresh Jenkins 1.569, from RPM. I have the matrix plugin 1.2 installed as well as https://wiki.jenkins-ci.org/display/JENKINS/matrix+combinations+plugin v1.06.
When creating the simples matrix job, the exception occurs.
Here's my job:

	multi-configuration job
	parameterized:
	bool parameter (dummy, just to have a parameter)
	matrix combinations filter: name: FILTER
	Configuration Matrix:
	User Defined Axis: name: ax1  values: axA axB
	User Defined Axis: name: ax2  values: axC axD



That's it. No steps, no nodes, no git, nothing.
When I go to execute it:
avax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.569.jar!/hudson/model/ParametersDefinitionProperty/index.jelly:50:78: st:include org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.569.jar!/lib/form/entry.jelly:73:23: d:invokeBody No such property: p for class: hudson.plugins.matrix_configuration_parameter.matrixcombinationparameterDefinition.index
	at org.kohsuke.stapler.jelly.JellyRequestDispatcher.forward(JellyRequestDispatcher.java:60)
	at jenkins.model.ParameterizedJobMixIn.doBuild(ParameterizedJobMixIn.java:163)
	at hudson.model.AbstractProject.doBuild(AbstractProject.java:1726)
	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)




























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-24 Thread yaniv.k...@emc.com (JIRA)












































 
Yaniv Kaul
 edited a comment on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562
















I've installed from fresh Jenkins 1.569, from RPM. I have the matrix plugin 1.2 installed as well as https://wiki.jenkins-ci.org/display/JENKINS/matrix+combinations+plugin v1.06.
When creating the simples matrix job, the exception occurs.
Here's my job:

	multi-configuration job
	parameterized:
	bool parameter (dummy, just to have a parameter)
	matrix combinations filter: name: FILTER
	Configuration Matrix:
	User Defined Axis: name: ax1  values: axA axB
	User Defined Axis: name: ax2  values: axC axD



That's it. No steps, no nodes, no git, nothing.
When I go to execute it:
avax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.569.jar!/hudson/model/ParametersDefinitionProperty/index.jelly:50:78: st:include org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.569.jar!/lib/form/entry.jelly:73:23: d:invokeBody No such property: p for class: hudson.plugins.matrix_configuration_parameter.matrixcombinationparameterDefinition.index
	at org.kohsuke.stapler.jelly.JellyRequestDispatcher.forward(JellyRequestDispatcher.java:60)
	at jenkins.model.ParameterizedJobMixIn.doBuild(ParameterizedJobMixIn.java:163)
	at hudson.model.AbstractProject.doBuild(AbstractProject.java:1726)
	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)

See attached support.zip



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-24 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-22863 as Fixed


All matrix jobs disappeared after upgrade to 1.562
















@ykaul sounds like a separate bug while I filed as JENKINS-23561.





Change By:


Jesse Glick
(24/Jun/14 6:27 PM)




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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-16 Thread yaniv.k...@emc.com (JIRA)














































Yaniv Kaul
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















I've upgraded from 1.556 to 1.568, and am still seeing this exact exception.
I'm not seeing JENKINS-22863 in http://jenkins-ci.org/changelog - is it in a build already?



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-16 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















@Yaniv
Matrix Project Plugin has been decoupled from the Jenkins core.
You should update the plugin instead of the 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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-16 Thread yaniv.k...@emc.com (JIRA)














































Yaniv Kaul
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















I have updated both the plugin (used v1.2) and core. 
I've updated all relevant plugins after upgrading the core, exactly because of this change.
Still the issue appeared.



























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] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-16 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 reopened  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562
















Change By:


Oleg Nenashev
(16/Jun/14 2:35 PM)




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.


[JIRA] [matrix-project] (JENKINS-22863) All matrix jobs disappeared after upgrade to 1.562

2014-06-16 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-22863


All matrix jobs disappeared after upgrade to 1.562















@ykaul and did you double-check that you are really running 1.2 in /pluginManager/installed? And that you are really seeing the same problem as is reported here and not something else? Best to install Support Core and attach a diagnostic bundle so others can see what you are really running and the original error in the log.



























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.