[
https://issues.apache.org/jira/browse/BEAM-8919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17548333#comment-17548333
]
Danny McCormick commented on BEAM-8919:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/19975
> 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: P3
>
> 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.20.7#820007)