From 79781be9811a74188bca74401dbbfc98e025b97a Mon Sep 17 00:00:00 2001
From: "daniel.becker" <daniel.becker@open-xchange.com>
Date: Fri, 2 Dec 2022 08:24:47 +0000
Subject: [PATCH] Update Jenkinsfile

---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5d2d426b6705..1b07b4015150 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,8 +10,8 @@ pipeline {
         booleanParam(name: 'BLACKDUCK_SCANS', defaultValue: false, description: 'Execute Blackduck scans')
         booleanParam(name: 'COVERITY_SCANS', defaultValue: false, description: 'Execute Coverity scans')
         booleanParam(name: 'SKIP_DOC', defaultValue: false, description: 'Skip documentation build')
-        string(name: 'CORE_INTERNAL_BRANCH', defaultValue: 'main', description: 'Sets the core-internal branch to a different value than main')
-        string(name: 'GUARD_BRANCH', defaultValue: 'main', description: 'Sets the guard branch to a different value than main')
+        string(name: 'CORE_INTERNAL_BRANCH', defaultValue: 'stable-8.6', description: 'Sets the core-internal branch to a different value than main')
+        string(name: 'GUARD_BRANCH', defaultValue: 'stable-8.6', description: 'Sets the guard branch to a different value than main')
 
     }
     options {
-- 
GitLab