From 401062874e654254b9922349ff243c9cad117d7c Mon Sep 17 00:00:00 2001 From: Julia Pineda Date: Mon, 2 Oct 2023 10:51:27 +0800 Subject: [PATCH] Point to jsl branch to handle exit code Signed-off-by: Julia Pineda --- JenkinsfileHW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfileHW b/JenkinsfileHW index 0154e805..900a1cee 100644 --- a/JenkinsfileHW +++ b/JenkinsfileHW @@ -7,7 +7,7 @@ node('sdg-nuc-02'){ // Pipeline lock(label: 'adgt_test_harness_boards') { - @Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :) + @Library('sdgtt-lib@matlab-stage-status') _ // Not necessary when we turn on global libraries :) def hdlBranch = "NA" def linuxBranch = "NA" def bootPartitionBranch = "2021_r2"