updating and testing BuildDependencies Jenkins pipeline file

This commit is contained in:
dzaitsev
2025-05-03 13:41:20 +03:00
parent 40f394ac3e
commit e6be7d6d15
+1 -1
View File
@@ -36,7 +36,7 @@ pipeline {
sshagent(credentials: ['DZ-id']) { // Replace 'DZ-id' with your actual Jenkins credential ID sshagent(credentials: ['DZ-id']) { // Replace 'DZ-id' with your actual Jenkins credential ID
checkout([ checkout([
$class: 'GitSCM', $class: 'GitSCM',
branches: [[name: '*/image-matcher']], // Adjust branch name if needed branches: [[name: '*/gps-denied']], // Adjust branch name if needed
userRemoteConfigs: [[ userRemoteConfigs: [[
url: "${env.REPO_GPS_DENIED_URL}", // Use SSH URL url: "${env.REPO_GPS_DENIED_URL}", // Use SSH URL
]], ]],