mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:36:31 +00:00
updating and testing BuildDependencies Jenkins pipeline file
This commit is contained in:
@@ -36,7 +36,7 @@ pipeline {
|
||||
sshagent(credentials: ['DZ-id']) { // Replace 'DZ-id' with your actual Jenkins credential ID
|
||||
checkout([
|
||||
$class: 'GitSCM',
|
||||
branches: [[name: '*/image-matcher']], // Adjust branch name if needed
|
||||
branches: [[name: '*/gps-denied']], // Adjust branch name if needed
|
||||
userRemoteConfigs: [[
|
||||
url: "${env.REPO_GPS_DENIED_URL}", // Use SSH URL
|
||||
]],
|
||||
|
||||
Reference in New Issue
Block a user