Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins: Fix bug in getScalarField #7981

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

dnakamura
Copy link
Contributor

@dnakamura dnakamura commented Dec 5, 2019

Fix bug where sdk_ver can't be converted to an integer

Problem introduced by #7809

java.lang.NumberFormatException: For input string: "next"
	at java.lang.NumberFormatException.forInputString(Unknown Source)
	at java.lang.Integer.parseInt(Unknown Source)
	at java.lang.Integer.valueOf(Unknown Source)
	at org.codehaus.groovy.runtime.StringGroovyMethods.toInteger(StringGroovyMethods.java:3312)
	at org.codehaus.groovy.runtime.StringGroovyMethods.asType(StringGroovyMethods.java:171)

Signed-off-by: Devin Nakamura devinn@ca.ibm.com

Fix bug where sdk_ver can't be converted to an integer

Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
@dnakamura dnakamura mentioned this pull request Dec 5, 2019
@AdamBrousseau
Copy link
Contributor

jenkins compile plinux jdknext

@pshipton pshipton self-assigned this Dec 5, 2019
@pshipton pshipton merged commit 2b1102b into eclipse-openj9:master Dec 5, 2019
@dnakamura dnakamura deleted the jenkins_intfix branch December 6, 2019 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants