From 94008737d39c061933d85bad8de7b1ef1c3d9d21 Mon Sep 17 00:00:00 2001 From: Srikanth Pagadarai Date: Wed, 29 Jan 2025 11:24:54 -0600 Subject: [PATCH] matlab bindings: Update to JenkinsfileHWMATLAB to get the correct branch Signed-off-by: Srikanth Pagadarai --- JenkinsfileHWMATLAB | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/JenkinsfileHWMATLAB b/JenkinsfileHWMATLAB index 09bc04f01..3b63710c7 100644 --- a/JenkinsfileHWMATLAB +++ b/JenkinsfileHWMATLAB @@ -9,7 +9,8 @@ lock(label: 'adgt_test_harness_boards', quantity: 1){ def harness = getGauntlet(hdlBranch, linuxBranch, bootPartitionBranch, firmwareVersion, bootfile_source) //Update repos - harness.set_env('libiio_repo', 'http://gateway.englab:3000/mirrors/libiio.git') + harness.set_env('libiio_repo', 'https://github.com/analogdevicesinc/libiio.git') + harness.set_env('libiio_branch','v1p0_matlab_bindings') harness.set_env('nebula_repo', 'http://gateway.englab:3000/mirrors/nebula.git') harness.set_env('nebula_branch','main') harness.set_env('matlab_repo', 'https://github.com/analogdevicesinc/libiio.git') @@ -59,4 +60,4 @@ lock(label: 'adgt_test_harness_boards', quantity: 1){ // Go go harness.run_stages() -} \ No newline at end of file +}