Make rebase jobs silent in ONAP Gerrit
[infra/cicd.git] / jjb / global / global-templates-rebase.yaml
index 19c3af7102e51744aa03727528f97d8828bb850b..a52b4433ba0a5987d60f72ba0ebcaf88ec7fa72e 100644 (file)
@@ -1,7 +1,7 @@
 - job-template:
     name: '{project-name}-{stream}-rebase'
 
-    node: ubuntu1804
+    node: infra-build01-ubuntu1804
 
     disabled: false
 
           name: NORDIX_REMOTE
           default: 'ssh://infra@gerrit.nordix.org:29418/{project}.git'
           description: The remote to add for Nordix.
-      - string:
-          name: UPSTREAM_BRANCH
-          default: '{upstream-branch}'
-          description: The upstream branch to rebase against.
 
     scm:
       - git-scm:
           ssh-credentials-id: nordixinfra-lfn-gerrit-ssh
-          branch: "$UPSTREAM_BRANCH"
+          branch: '{branch}'
           refspec: ''
 
     triggers:
       - onap-gerrit-trigger-change-merged:
           project: '{project}'
-          branch: "$UPSTREAM_BRANCH"
+          branch: '{branch}'
           files: '**'
+          silent: true
+          silent-start: true
 
     builders:
       - shell: