Lukasz Gajowy created BEAM-8919:
-----------------------------------
Summary: 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
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)