Fix: Add missing branch default value. 28/136428/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 9 Nov 2023 21:10:39 +0000 (13:10 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 9 Nov 2023 21:13:54 +0000 (13:13 -0800)
This value is now required since we have modified the release
jobs to trigger "**/{branch}" jobs.
Most release jobs didn't had a branch value before and were not
defined with one since we were just triggering all branches.

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I635a2dce577e55f2e2ddbc6e1b761ae68600e50c

jjb/global-defaults.yaml

index 65306bd..6a15011 100644 (file)
@@ -48,6 +48,9 @@
 
     archive-artifacts: ""
 
+    # Default branch value
+    branch: master
+
     # Set default maven version used for everything
     maven-version: "mvn33"