[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2017-03-05 Thread drekb...@fastmail.fm (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marc Carter commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 This is JENKINS-37300. I believe multijob removed the unsupported EZ templates code to solve that. Suggest this is closeable.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-21 Thread kleber.so...@profitbricks.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kleber Souza commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 I was having the same problem with Jenkins 2.19 with Multijob plugin 1.22. It's now working after downgrading the plugin to version 1.21.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-16 Thread koen.fran...@nl.bosch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Koen Franken commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 Alternative to defining all parameters individually (which will be harder to find when also using custom predefined parameters on sub-jobs) is to re-enable the old "policy"... Add -Dhudson.model.ParametersAction.keepUndefinedParameters=true to the JAVA_ARGS in /etc/default/jenkins. Tested on Jenkins 2.22 with Multijob plugin 1.21.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-16 Thread se...@avast.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Seidl edited a comment on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 Hello, this is blocker problem for us. We upgrade jenkins to 2.7.4 and now we have problem with parameters (https://issues.jenkins-ci.org/browse/JENKINS-36124). But this build 1.22 doesn't works! What can I do? Is possible downgrade jenkins from 2.7.4 back to 1.651.1?EDIT:I found temporary solution.I define all parameters to jenkins configuration {{-Dhudson.model.ParametersAction.safeParameters=$PARAMS}}$PARAMS I find via this command:{code}for f in `find  /jenkins_home/jobs  .  -maxdepth 2 -name config.xml`; do (grep -i -a2 'ParameterDefinition' "$f" | grep name); done | cut -d '>' -f2 | cut -d '<' -f1 | sort | uniq{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-16 Thread se...@avast.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Seidl edited a comment on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 Hello, this is blocker problem for us. We upgrade jenkins to 2.7.4 and now we have problem with parameters (https://issues.jenkins-ci.org/browse/JENKINS-36124). But this build 1.22 doesn't works! What can I do? Is possible downgrade jenkins from 2.7.4 back to 1.651.1? EDIT:I found temporary solution.I define all parameters to jenkins configuration {{-Dhudson.model.ParametersAction.safeParameters=$PARAMS}}$PARAMS I find via this command:{code}for f in `find /jenkins_home/jobs -maxdepth 2 -name config.xml`; do (grep -i -a2 'ParameterDefinition' "$f" | grep name); done | cut -d '>' -f2 | cut -d '<' -f1 | sort | uniq{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-16 Thread se...@avast.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Seidl updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38053  
 
 
  JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
Change By: 
 Jan Seidl  
 
 
Priority: 
 Critical Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-16 Thread se...@avast.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Seidl commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 Hello, this is blocker problem for us. We upgrade jenkins to 2.7.4 and now we have problem with parameters (https://issues.jenkins-ci.org/browse/JENKINS-36124). But this build 1.22 doesn't works! What can I do? Is possible downgrade jenkins from 2.7.4 back to 1.651.1?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-14 Thread cmay...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Caleb Mayeux commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 Also seeing the same here on Jenkins 1.642.3 and 1.642.18.3. Also don't see issue on 1.21. Tried making a fresh multijob, and the job screen appears with no issue. The stacktrace appears when I add a "Trigger/call builds on other projects" build step from the Parameterized Trigger Plugin to a Multijob. Take it out, and the job screen doesn't have a stacktrace. Hopefully that tidbit helps narrow down the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-09 Thread kuypers.d...@googlemail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dirk Kuypers commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 I am experiencing the same stack trace on Jenkins 2.21.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-08 Thread jurgen.van.boucha...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jurgen Van Bouchaute commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 Not exactly the same stacktrace, but downgrading to plugin version 1.21 solves the issue !  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-08 Thread docw...@gerf.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Höltje commented on  JENKINS-38053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
 Is this a duplicate of JENKINS-37300 ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38053) JellyTagException on Multijob project view with Jenkins 2.7.3 LTS

2016-09-07 Thread jurgen.van.boucha...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jurgen Van Bouchaute created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38053  
 
 
  JellyTagException on Multijob project view with Jenkins 2.7.3 LTS
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 multijob error stacktrace.txt, multijob error1.jpg  
 
 
Components: 
 multijob-plugin  
 
 
Created: 
 2016/Sep/08 6:20 AM  
 
 
Environment: 
 Jenkins 2.7.3 LTS  Multijob plugin version 1.22  
 
 
Labels: 
 multijob  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Jurgen Van Bouchaute  
 

  
 
 
 
 

 
 Jenkins project view does not show contents when it's a multijob project after upgrading to Jenkins 2.7.x : Instead it show an error page with a stacktrace : (JellyTagException). See attachments.