Merge "Chore: Automation adds modeling-yang-kit.yaml"
[ci-management.git] / jjb / global-defaults.yaml
index b35c0f3..6a15011 100644 (file)
@@ -4,6 +4,7 @@
 - defaults:
     name: global
 
+    # General job settings
     build-days-to-keep: 30
     # the below discarder values are hard coded into the macro and are only here
     # for documentation purposes
@@ -11,6 +12,7 @@
     build-artifact-days-to-keep: -1
     build-artifact-num-to-keep: 5
 
+    # Email preferences
     failure-notification: "releng+onap@linuxfoundation.org"
     failure-notification-prefix: "[releng]"
 
     staging-profile-id: 176c31dfe190a
     # Timeout in minutes
     build-timeout: 90
+
+    # Default node, if not defined in the job
     build-node: ubuntu1804-builder-4c-4g
 
     archive-artifacts: ""
 
+    # Default branch value
+    branch: master
+
     # Set default maven version used for everything
     maven-version: "mvn33"