-
Bug
-
Resolution: Unresolved
-
Minor
-
None
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
- duplicates
-
JENKINS-70717 MissingMethodException ClassCastException because of plugin classloader
-
- Open
-
- is duplicated by
-
JENKINS-40432 writeMavenPom throws class cast exception when creating a new pom file
-
- Resolved
-
- relates to
-
JENKINS-49669 readJSON returns non serializable JSON object
-
- Open
-
- links to
[JENKINS-40514] Typing Return Value of readMavenPom Causes ClassCastException
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} |
Component/s | New: pipeline-utility-steps-plugin [ 21135 ] | |
Component/s | Original: pipeline [ 21692 ] |
Link |
New:
This issue is duplicated by |
Remote Link | New: This issue links to "PR 47 (Web Link)" [ 21215 ] |
Link | New: This issue relates to JENKINS-49669 [ JENKINS-49669 ] |
Link | New: This issue duplicates JENKINS-70717 [ JENKINS-70717 ] |