Skip to content

Commit

Permalink
matlab bindings: Update to JenkinsfileHWMATLAB to get the correct branch
Browse files Browse the repository at this point in the history
Signed-off-by: Srikanth Pagadarai <[email protected]>
  • Loading branch information
SrikanthPagadarai authored Jan 29, 2025
1 parent 06f1a47 commit 273ef9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions JenkinsfileHWMATLAB
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -59,4 +60,4 @@ lock(label: 'adgt_test_harness_boards', quantity: 1){

// Go go
harness.run_stages()
}
}

0 comments on commit 273ef9b

Please sign in to comment.