X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fglobal%2Fglobal-templates-rebase.yaml;h=d463b62c25969d537122e8ba74ce6afc66703d46;hb=f63577d1695c69a72ebf7393647964381f4585b1;hp=a52b4433ba0a5987d60f72ba0ebcaf88ec7fa72e;hpb=e8e45a7dace3ddc3536987e2e76e163f0f0add39;p=infra%2Fcicd.git diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index a52b4433..d463b62c 100644 --- a/jjb/global/global-templates-rebase.yaml +++ b/jjb/global/global-templates-rebase.yaml @@ -1,12 +1,15 @@ - job-template: name: '{project-name}-{stream}-rebase' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false concurrent: false + properties: + - logrotate + parameters: - project-parameters: project: '{project}' @@ -22,15 +25,24 @@ ssh-credentials-id: nordixinfra-lfn-gerrit-ssh branch: '{branch}' refspec: '' + wipe_workspace: true + clean_before: false triggers: - onap-gerrit-trigger-change-merged: project: '{project}' branch: '{branch}' files: '**' - silent: true - silent-start: true + - timed: "@midnight" + + wrappers: + - build-timeout: + timeout: 10 builders: - shell: !include-raw-escape: ./rebase-jobs.sh + + publishers: + - notify-slack: + slack-channel: '#infra'