From e8e45a7dace3ddc3536987e2e76e163f0f0add39 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 14 Dec 2018 09:45:30 -0800 Subject: [PATCH] Make rebase jobs silent in ONAP Gerrit There is no point us being chatty about the outcome of the rebase jobs in upstream Nordix so this change makes rebase jobs silent. Change-Id: I35ffc914b98083ac5a36682aabeecbfffae704a6 Signed-off-by: Fatih Degirmenci --- jjb/global/global-templates-rebase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index 843175e60..a52b4433b 100644 --- a/jjb/global/global-templates-rebase.yaml +++ b/jjb/global/global-templates-rebase.yaml @@ -28,6 +28,8 @@ project: '{project}' branch: '{branch}' files: '**' + silent: true + silent-start: true builders: - shell: -- 2.25.1