GitHub user markflyhigh opened a pull request: https://github.com/apache/beam/pull/3184
[BEAM-1544] Java cross-JDK version tests on Jenkins Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title is formatted like: `[BEAM-<Jira issue #>] Description of pull request` - [ ] Make sure tests pass via `mvn clean verify`. - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue number, if there is one. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). --- Bring Java JDK versions test to Jenkins as postcommit test. Currently we have four JDK versions configured on Beam Jenkins: - JDK 1.8 (latest) - JDK 1.7 (latest) - OpenJDK 7 (on Ubuntu only) - OpenJDK 8 (on Ubuntu only) Since `beam_PostCommit_Java_MavenInstall` is running on `JDK 1.8 (latest)`, this test will covers the rest of three JDK versions. The same as `beam_PostCommit_Java_MavenInstall`, it's triggered by merge and send notification to commits@ if build is failed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/markflyhigh/incubator-beam jdk-version-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3184.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3184 ---- commit 836274d76bdc3142e5fde9aa526ab5171345b7db Author: Mark Liu <mark...@google.com> Date: 2017-05-19T18:24:15Z [BEAM-1544] Java cross-JDK version tests on Jenkins ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---