From d4c5c38c72c1cbfad858c51afa90b01ab23acf3b Mon Sep 17 00:00:00 2001 From: Rehan Rasool Date: Mon, 10 Oct 2022 13:30:27 +0000 Subject: [PATCH] Pull request #171: Re-add BRD2601B to RC builds Merge in WMN_TOOLS/matter from feature/re_add_brd2601b_images to silabs Squashed commit of the following: commit 97b324b577e8b1fc9c76c7c6778421beb28d32a8 Author: Rehan Rasool Date: Fri Oct 7 16:10:25 2022 -0400 Re-add BRD2601B to RC builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b16371ff8b0242..638eb4e1bf8e54 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -863,7 +863,7 @@ def pipeline() // Build only for release candidate branch if (env.BRANCH_NAME.startsWith('RC_')) { - openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187C", "BRD2703A", "BRD4316A", "BRD4317A", "BRD4319A"] + openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187C", "BRD2703A", "BRD2601B", "BRD4316A", "BRD4317A", "BRD4319A"] } else { openThreadBoards = ["BRD4161A", "BRD4166A", "BRD4187C", "BRD2703A","BRD4316A", "BRD4319A" ] }