This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new a16f841 enable publishing of snapshots from support/1.12
a16f841 is described below
commit a16f8410d390ef504b5dc67e9bbaa2a058ccb638
Author: Owen Nichols <[email protected]>
AuthorDate: Sat Apr 25 00:48:32 2020 -0700
enable publishing of snapshots from support/1.12
---
ci/pipelines/geode-build/jinja.template.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ci/pipelines/geode-build/jinja.template.yml
b/ci/pipelines/geode-build/jinja.template.yml
index a168bba..bf40295 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -98,7 +98,7 @@ groups:
- {{ build_test.name }}
{{- all_gating_jobs() | indent(2) }}
- UpdatePassingTokens
- {%- if repository.upstream_fork != "apache" or repository.branch ==
"develop" %}
+ {%- if repository.upstream_fork != "apache" or repository.branch ==
"develop" or repository.branch.startswith("support/") %}
- PublishArtifacts
{%- endif %}
{%- for flavor in (benchmarks.flavors) %}
@@ -113,7 +113,7 @@ groups:
{%- endfor -%}
{%- endfor %}
- UpdatePassingTokens
- {%- if repository.upstream_fork != "apache" or repository.branch ==
"develop" %}
+ {%- if repository.upstream_fork != "apache" or repository.branch ==
"develop" or repository.branch.startswith("support/") %}
- PublishArtifacts
{%- endif %}
{%- for flavor in (benchmarks.flavors) %}
@@ -406,7 +406,7 @@ jobs:
- get: alpine-tools-image
- get: geode
passed: &update-token-passed-anchor
-{%- if repository.upstream_fork != "apache" or repository.branch == "develop"
%}
+{%- if repository.upstream_fork != "apache" or repository.branch == "develop"
or repository.branch.startswith("support/") %}
- PublishArtifacts
{% else %}
{% for flavor in (benchmarks.flavors) %}
@@ -527,7 +527,7 @@ jobs:
- name: concourse-metadata-resource
- name: results
{% endfor %}
-{% if repository.upstream_fork != "apache" or repository.branch == "develop" %}
+{% if repository.upstream_fork != "apache" or repository.branch == "develop"
or repository.branch.startswith("support/") %}
- name: PublishArtifacts
public: true
plan: