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

Typing Return Value of readMavenPom Causes ClassCastException

      import org.apache.maven.model.Model
      
      Model mavenProject = readMavenPom(file: pom)
      

      The above groovy script causes a ClassCastException when executing a Pipeline script:

      [Pipeline] echo
      Marking build as failure due to the following error: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'com.foo:bar-api:jar:0.6.1-201612151515.0777507' with class 'org.apache.maven.model.Model' to class 'org.apache.maven.model.Model'
      [Pipeline] stage
      

          [JENKINS-40514] Typing Return Value of readMavenPom Causes ClassCastException

          Tim Eapen created issue -
          Tim Eapen made changes -
          Description Original: {code:java}
          import org.apache.maven.model.Model

          Model mavenProject = readMavenPom(file: pom)
          {code}

          The above groovy script causes a ClassCastException when executing a Pipeline script:

          {code:java}
          [Pipeline] echo
          Marking build as failure due to the following error: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'com.rbc.rbcone.shared.authorization:rbcone-shared-authorization-api:jar:0.6.1-201612151515.0777507' with class 'org.apache.maven.model.Model' to class 'org.apache.maven.model.Model'
          [Pipeline] stage
          {code}
          New: {code:java}
          import org.apache.maven.model.Model

          Model mavenProject = readMavenPom(file: pom)
          {code}

          The above groovy script causes a ClassCastException when executing a Pipeline script:

          {code:java}
          [Pipeline] echo
          Marking build as failure due to the following error: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'com.foo:bar-api:jar:0.6.1-201612151515.0777507' with class 'org.apache.maven.model.Model' to class 'org.apache.maven.model.Model'
          [Pipeline] stage
          {code}
          Jesse Glick made changes -
          Component/s New: pipeline-utility-steps-plugin [ 21135 ]
          Component/s Original: pipeline [ 21692 ]
          Jesse Glick made changes -
          Link New: This issue is duplicated by JENKINS-40432 [ JENKINS-40432 ]
          Jesse Glick made changes -
          Remote Link New: This issue links to "PR 47 (Web Link)" [ 21215 ]
          Jesse Glick made changes -
          Link New: This issue relates to JENKINS-49669 [ JENKINS-49669 ]
          Jesse Glick made changes -
          Link New: This issue duplicates JENKINS-70717 [ JENKINS-70717 ]

            Unassigned Unassigned
            timeapen Tim Eapen
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: