diff options
Diffstat (limited to 'jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml')
-rw-r--r-- | jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml b/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml index 732601f9..fc24111f 100644 --- a/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml +++ b/jjb/release-jjb-chinook-snapshot/release-jjb-chinook-snapshot.yaml @@ -24,7 +24,7 @@ description: "refspec to build" - string: name: UPLOAD - default: NO + default: yes_or_no description: "Upload?" axes: - axis: @@ -46,6 +46,11 @@ artifact-days-to-keep: -1 artifact-num-to-keep: 5 + triggers: + - gerrit-trigger-patch-submitted-silent: + name: 'AGL/AGL-repo' + branch: 'refs/tags/**' + wrappers: - agl-infra-wrappers: build-timeout: '{build-timeout}' |