diff options
-rw-r--r-- | jjb/global-templates-helm.yaml | 5 | ||||
-rw-r--r-- | jjb/oom/oom-helm.yaml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index 4f7db3386..25e3921ae 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -223,7 +223,7 @@ - gerrit: trigger-on: - comment-added-contains-event: - comment-contains-value: '^release-helm$' + comment-contains-value: '^Patch Set\s+\d+:\s+release-helm\s*$' builders: - lf-infra-pre-build @@ -270,6 +270,9 @@ echo "export HELM_BIN=helm3.5" > helm.prop - shell: '{pre_build_script}' - shell: '{build_script}' + - inject: + properties-content: | + BUILD_TYPE=snapshot - shell: '{post_build_script}' - job-template: diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index dc2a2062e..7458a294a 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -42,6 +42,7 @@ build-timeout: 480 - "{project-name}-{stream}-merge-helm": build_script: "{oom_build_script}" + post_build_script: !include-raw-escape: shell/publish_helm_charts.sh files: "**" build-timeout: 480 - "{project-name}-{stream}-release-helm": |