Skip to content

Commit

Permalink
Fix stale url in jenkinsfile.
Browse files Browse the repository at this point in the history
microstrain-sam committed Nov 6, 2024
1 parent 5903520 commit 1b89fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def checkoutRepo() {
branches: [
[name: 'refs/heads/' + BRANCH_NAME_REAL]
],
userRemoteConfigs: [[credentialsId: 'Github_User_And_Token', url: 'https://github.com/LORD-MicroStrain/libmip.git']],
userRemoteConfigs: [[credentialsId: 'Github_User_And_Token', url: 'https://github.com/LORD-MicroStrain/mip_sdk.git']],
extensions: [
]
])

0 comments on commit 1b89fe7

Please sign in to comment.