X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fglobal-templates-rebase.yaml;h=d463b62c25969d537122e8ba74ce6afc66703d46;hb=refs%2Fchanges%2F03%2F1503%2F2;hp=38712ae2a87e9a85d4ebb5b0d5b7539c413983ee;hpb=8b21bd63ce9937daf8533595bbb84809b41a94b7;p=infra%2Fcicd.git diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index 38712ae2..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,12 +25,15 @@ 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: '**' + - timed: "@midnight" wrappers: - build-timeout: @@ -36,3 +42,7 @@ builders: - shell: !include-raw-escape: ./rebase-jobs.sh + + publishers: + - notify-slack: + slack-channel: '#infra'