diff options
-rw-r--r-- | jjb/global-templates-helm.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index 0e5986ab5..df2ef5c89 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -232,9 +232,19 @@ triggers: - gerrit: + server-name: '{gerrit-server-name}' trigger-on: - comment-added-contains-event: comment-contains-value: '^Patch Set\s+\d+:\s+release-helm\s*$' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + file-paths: + - compare-type: 'ANT' + pattern: '**' builders: - lf-infra-pre-build |