[JIRA] (JENKINS-40991) No signature of method: groovy.util.Node.div()... error in configure block

2017-01-29 Thread rob.kie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Kielty updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40991  
 
 
  No signature of method: groovy.util.Node.div()... error in configure block   
 

  
 
 
 
 

 
Change By: 
 Rob Kielty  
 

  
 
 
 
 

 
 After upgrading to {{1.56}} the following code block started to throw errors{code}maven{ mavenInstallation 'maven339' goals '-B -q dependency:resolve-plugins' configure {it / injectBuildVariables << false} }  {code}The error message is {code}  No signature of method: groovy.util.Node.div()is applicable for argument types: (java.lang.Boolean) values: [true]  Possible solutions: is(java.lang.Object), wait(), find(), any(), dump(), wait(long)}}{code}I can use the method added in JENKINS-40636 but the error message looks weird -- why can't I use the configure block now?  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-38648) Allow sorting of generated jobs on summary page

2016-10-02 Thread rob.kie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Kielty created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38648  
 
 
  Allow sorting of generated jobs on summary page   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Rob Kielty  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2016/Oct/02 12:10 PM  
 
 
Labels: 
 job-dsl-plugin improvement  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Rob Kielty  
 

  
 
 
 
 

 
 Sorts alphabetically the list of Generated Jobs on the Summary Page of a seed job   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment