You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
java.lang.UnsupportedClassVersionError: com/sun/xml/bind/StackHelper has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Reproduction steps
withAWS(role: "${AWS_ROLE_ARN}", region: "${AWS_REGION}") { // try to upload to s3 bucket }
Expected Results
it should upload to s3 bucket
Actual Results
it seems code is compiled with java9 which is mistach with java8. Here is stacktrace: java.lang.UnsupportedClassVersionError: com/sun/xml/bind/StackHelper has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
java.lang.UnsupportedClassVersionError: com/sun/xml/bind/StackHelper has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Reproduction steps
withAWS(role: "${AWS_ROLE_ARN}", region: "${AWS_REGION}") { // try to upload to s3 bucket }
Expected Results
it should upload to s3 bucket
Actual Results
it seems code is compiled with java9 which is mistach with java8. Here is stacktrace: java.lang.UnsupportedClassVersionError: com/sun/xml/bind/StackHelper has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Anything else?
No response
The text was updated successfully, but these errors were encountered: