Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-40991

No signature of method: groovy.util.Node.div()... error in configure block

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • job-dsl-plugin
    • None

      After upgrading to 1.56 the following code block started to throw errors

      				
      maven{
          mavenInstallation 'maven339'
          goals '-B -q dependency:resolve-plugins'
          configure { 
              it / injectBuildVariables << false 
          }
      }
      

      The error message is

      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)}}

      I can use the method added in JENKINS-40636 but the error message looks weird – why can't I use the configure block now?

            Unassigned Unassigned
            jbochenski Jakub Bochenski
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: