You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 14:38:08 UTC

[GitHub] [beam] damccorm opened a new issue, #19975: Move JAVA_11_HOME and JAVA_8_HOME variables to Jenkins envs.

damccorm opened a new issue, #19975:
URL: https://github.com/apache/beam/issues/19975

   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
   
    
   
    
   
   Imported from Jira [BEAM-8919](https://issues.apache.org/jira/browse/BEAM-8919). Original Jira may contain additional context.
   Reported by: ŁukaszG.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Move JAVA_11_HOME and JAVA_8_HOME variables to Jenkins envs. [beam]

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn closed issue #19975: Move JAVA_11_HOME and JAVA_8_HOME variables to Jenkins envs.
URL: https://github.com/apache/beam/issues/19975


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org