[ https://issues.apache.org/jira/browse/BEAM-6703?focusedWorklogId=214737&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-214737 ]
ASF GitHub Bot logged work on BEAM-6703: ---------------------------------------- Author: ASF GitHub Bot Created on: 18/Mar/19 12:38 Start Date: 18/Mar/19 12:38 Worklog Time Spent: 10m Work Description: lgajowy commented on pull request #8053: [BEAM-6703] Added a Jenkins job to test Dataflow portability API with Java 11 URL: https://github.com/apache/beam/pull/8053#discussion_r266414339 ########## File path: sdks/java/container/build.gradle ########## @@ -43,6 +43,8 @@ dependencies { dockerDependency project(path: ":beam-sdks-java-harness", configuration: "shadow") } +def dockerFilename = project.findProperty('dockerfile') ?: 'Dockerfile' Review comment: Nit: Change "dockerFilename" to "dockerfileName" ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 214737) Time Spent: 12h 50m (was: 12h 40m) > Support Java 11 in Jenkins > -------------------------- > > Key: BEAM-6703 > URL: https://issues.apache.org/jira/browse/BEAM-6703 > Project: Beam > Issue Type: Sub-task > Components: runner-dataflow, runner-direct > Reporter: Michal Walenia > Assignee: Michal Walenia > Priority: Minor > Time Spent: 12h 50m > Remaining Estimate: 0h > > In this issue I'll create a Jenkins job that compiles Dataflow and Direct > runners with tests using Java 8 and runs Validates Runner suites with Java 11 > Runtime. -- This message was sent by Atlassian JIRA (v7.6.3#76005)