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

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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?

            Assignee:
            Unassigned
            Reporter:
            Jakub Bochenski
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: