[ https://issues.apache.org/jira/browse/BEAM-8919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17030072#comment-17030072 ]
Mikhail Gryzykhin commented on BEAM-8919: ----------------------------------------- [~markliu] Can you take a look? > Move JAVA_11_HOME and JAVA_8_HOME variables to Jenkins envs. > ------------------------------------------------------------ > > Key: BEAM-8919 > URL: https://issues.apache.org/jira/browse/BEAM-8919 > Project: Beam > Issue Type: Bug > Components: testing > Reporter: Lukasz Gajowy > Priority: Minor > > Some tests that use different java versions rely on the following paths to > java home: > final String JAVA_11_HOME = '/usr/lib/jvm/java-11-openjdk-amd64' > final String JAVA_8_HOME = '/usr/lib/jvm/java-8-openjdk-amd64' > > The paths itself should be held as jenkins env variables. Benefits: > - easier to reuse > - no room for typo in the path > > -- This message was sent by Atlassian Jira (v8.3.4#803005)