This is an automated email from the ASF dual-hosted git repository.

dixie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new fbe313c  fixup PR pipeline to coexist with GEODE-5846
fbe313c is described below

commit fbe313ce4fb368d85e0911d8a290cc442d2a61b6
Author: Dick Cavender <dcaven...@pivotal.io>
AuthorDate: Wed Oct 10 12:37:32 2018 -0700

    fixup PR pipeline to coexist with GEODE-5846
---
 ci/pipelines/pull-request/jinja.template.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ci/pipelines/pull-request/jinja.template.yml 
b/ci/pipelines/pull-request/jinja.template.yml
index 28b57f2..4fac3ad 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -186,6 +186,8 @@ jobs:
       {{- alpine_tools_config()|indent(6) }}
         params:
           ARTIFACT_SLUG: {{test.ARTIFACT_SLUG}}
+          JAVA_BUILD_VERSION: 8
+          JAVA_TEST_VERSION: 8
           CALL_STACK_TIMEOUT: {{test.CALL_STACK_TIMEOUT}}
           DUNIT_PARALLEL_FORKS: {{test.DUNIT_PARALLEL_FORKS}}
           GRADLE_TASK: {{test.GRADLE_TASK}}
@@ -218,6 +220,9 @@ jobs:
       do:
       - task: rsync_code_down
         {{- alpine_tools_config()|indent(8) }}
+          params:
+            JAVA_BUILD_VERSION: 8
+            ARTIFACT_SLUG: {{test.ARTIFACT_SLUG}}
           run:
             path: geode-ci/ci/scripts/rsync_code_down.sh
           inputs:

Reply via email to