X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fglobal-templates-rebase.yaml;h=65008c4760c7aa82c4d3c656439b543880634bbf;hb=refs%2Fchanges%2F13%2F12913%2F1;hp=d740404ffdba14f79b24b9043083f5109777f707;hpb=7f40f740ca504565fdef1e7f050be5bb4ad70fc5;p=infra%2Fcicd.git diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index d740404f..65008c47 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-ubuntu2004 disabled: false concurrent: false + properties: + - logrotate + parameters: - project-parameters: project: '{project}' @@ -22,16 +25,22 @@ 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: timeout: 10 + - ssh-agent-credentials: + users: + - 'nordixinfra-nordix-gerrit-ssh' builders: - shell: @@ -40,3 +49,7 @@ publishers: - notify-slack: slack-channel: '#infra' + notify-start: false + notify-success: false + notify-failure: true + notify-back-to-normal: true