diff options
Diffstat (limited to 'jjb/sweetcomb/sweetcomb.yaml')
-rw-r--r-- | jjb/sweetcomb/sweetcomb.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index 5d6dccc6f..751de128d 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -77,6 +77,40 @@ build-timeout: 120 triggers: + - gerrit-trigger-checkstyle: + name: '{project}' + branch: '{branch}' + + builders: + - config-file-provider: + files: + - file-id: '.packagecloud' + target: '/root' + - config-file-provider: + files: + - file-id: 'packagecloud_api' + target: '/root' + - shell: + !include-raw-escape: include-raw-sweetcomb-checkstyle.sh + - shell: + !include-raw-escape: + - include-raw-sweetcomb-build.sh + publishers: + - archive: + artifacts: > + **/build-root/build-package/*.rpm, + **/build-root/build-package/*.deb, + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + - naginator: + rerun-unstable-builds: false + max-failed-builds: 1 + fixed-delay: 90 + - gerrit-trigger-patch-submitted: name: '{project}' branch: '{branch}' @@ -134,6 +168,8 @@ - file-id: 'packagecloud_api' target: '/root' - shell: + !include-raw-escape: include-raw-sweetcomb-checkstyle.sh + - shell: !include-raw-escape: - include-raw-sweetcomb-build.sh - shell: |