Skip to content

Commit

Permalink
GEODE-5864: Put GLOBAL_GRADLE_ARGS in the right place. (apache#2753)
Browse files Browse the repository at this point in the history
Authored-by: Sean Goller <[email protected]>
  • Loading branch information
smgoller authored Oct 30, 2018
1 parent 2324774 commit 1619d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipelines/geode-build/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ jobs:
{{ common_instance_params(publish_artifacts) | indent(12) }}
GEODE_BRANCH: {{repository.branch}}
GEODE_FORK: {{repository.fork}}
GRADLE_GLOBAL_ARGS: ((gradle-global-args))
run:
path: geode-ci/ci/scripts/create_instance.sh
inputs:
Expand All @@ -379,6 +378,7 @@ jobs:
SERVICE_ACCOUNT: ((!concourse-gcp-account))
JAVA_BUILD_VERSION: {{ java_build_version.version }}
MAVEN_SNAPSHOT_BUCKET: ((maven-snapshot-bucket))
GRADLE_GLOBAL_ARGS: ((gradle-global-args))
run:
path: geode-ci/ci/scripts/execute_publish.sh
inputs:
Expand Down
1 change: 1 addition & 0 deletions ci/scripts/execute_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ SET_JAVA_HOME="export JAVA_HOME=/usr/lib/jvm/java-${JAVA_BUILD_VERSION}-openjdk-

GRADLE_COMMAND="./gradlew \
${DEFAULT_GRADLE_TASK_OPTIONS} \
${GRADLE_GLOBAL_ARGS} \
-PbuildId=${BUILD_ID} -PmavenSnapshotBucket=${MAVEN_SNAPSHOT_BUCKET} publish"

echo "${GRADLE_COMMAND}"
Expand Down

0 comments on commit 1619d91

Please sign in to comment.